DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getMapZoneVal | Constructors | Fields | Methods | Properties | Events
Getting mapping zone from String
// Delphi protected function getMapZoneVal( const _zonestr : String; var _zone : TGIS_MapZone ) : Boolean;
// C++ Builder protected: bool getMapZoneVal( const UnicodeString _zonestr, TGIS_MapZone* &_zone );
Name | Type | Description |
---|---|---|
_zonestr | String | string usually from pixel params |
_zone | TGIS_MapZone | define map zone. |
Type | Description |
---|---|
Boolean | True if success |