User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.getaltitudemapzone_integer

Table of Contents

TGIS_LayerPixel.GetAltitudeMapZone method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.GetAltitudeMapZone | Constructors | Fields | Methods | Properties | Events

Gets an altitude zone map definition.

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

Syntax

// Delphi
public
  function GetAltitudeMapZone(
    const _zoneIndex : Integer
  ) : TGIS_AltitudeZone;
// C++ Builder
public:
  TGIS_AltitudeZone* GetAltitudeMapZone(
    const int _zoneIndex
  );

Parameters

Name Type Description
_zoneIndex Integer zone index

Result

Type Description
TGIS_AltitudeZone Desired altitude map zone.
2024/05/17 15:06

Page Tools