DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.GetAltitudeMapZone | Constructors | Fields | Methods | Properties | Events
Gets an altitude zone map definition.
// Delphi public function GetAltitudeMapZone( const _zoneIndex : Integer ) : TGIS_AltitudeZone;
// C++ Builder public: TGIS_AltitudeZone* GetAltitudeMapZone( const int _zoneIndex );
Name | Type | Description |
---|---|---|
_zoneIndex | Integer | zone index |
Type | Description |
---|---|
TGIS_AltitudeZone | Desired altitude map zone. |