User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.getmapzoneval_string_tgis_mapzone

Table of Contents

TGIS_LayerPixel.getMapZoneVal method

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

Getting mapping zone from String

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function getMapZoneVal(
    const _zonestr : String;
    var _zone : TGIS_MapZone
  ) : Boolean;
// C++ Builder
protected:
  bool getMapZoneVal(
    const UnicodeString _zonestr,
    TGIS_MapZone* &_zone
  );

Parameters

Name Type Description
_zonestr String string usually from pixel params
_zone TGIS_MapZone define map zone.

Result

Type Description
Boolean True if success
2020/05/07 01:08

Page Tools