TTMSFNCElevationItem Class
Represents a single elevation result item.
API unit family: TMSFNCElevation
Inherits from: TCollectionItem
Syntax
TTMSFNCElevationItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Coordinate | Geographic coordinate associated with the item. |
| DataBoolean | Stores custom boolean data associated with the item. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| Elevation | Elevation reported for the coordinate, in meters. |
| Resolution | Resolution of the elevation sample, in meters. |