DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.GetAltitudeMapZone | Constructors | Fields | Methods | Properties | Events
Gets an altitude zone map definition.
// C# public TGIS_AltitudeZone GetAltitudeMapZone( int _zoneIndex );
' VisualBasic Public Function GetAltitudeMapZone( ByVal _zoneIndex As Integer ) As TGIS_AltitudeZone
// Oxygene public function GetAltitudeMapZone( _zoneIndex : Integer ) : TGIS_AltitudeZone;
Name | Type | Description |
---|---|---|
_zoneIndex | int Integer | zone index |
Type | Description |
---|---|
TGIS_AltitudeZone | Desired altitude map zone. |