User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layerpixel.getaltitudemapzone_integer

Table of Contents

TGIS_LayerPixel.GetAltitudeMapZone method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.GetAltitudeMapZone | Constructors | Fields | Methods | Properties | Events

Gets an altitude zone map definition.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Parameters

Name Type Description
_zoneIndex int
Integer
zone index

Result

Type Description
TGIS_AltitudeZone Desired altitude map zone.
2024/12/20 22:22

Page Tools