TTMSFNCElevationRequest Class
Represents a single elevation request and its result.
API unit family: TMSFNCElevation
Inherits from: TCollectionItem
Syntax
TTMSFNCElevationRequest = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| 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. |
| ErrorMessage | Error message returned by the service when the request fails. |
| ID | Identifier associated with the item or request. |
| Items | Provides access to the TTMSFNCElevationItem at the specified collection index. |
| Status | Status returned by the service for the request. |