User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.getsublayer_string

Table of Contents

TGIS_Layer.GetSubLayer method

DK11 for Delphi | GisLayer.TGIS_Layer.GetSubLayer | Constructors | Fields | Methods | Properties | Events

Retrieve the layer identified by a name. Sublayer or compund layers can be found by do notation like 'name.sublyer'

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

Syntax

// Delphi
public
  function GetSubLayer(
    const _name : String
  ) : TGIS_LayerAbstract;
// C++ Builder
public:
  TGIS_LayerAbstract* GetSubLayer(
    const UnicodeString _name
  );

Parameters

Name Type Description
_name String name of layer to be found

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.
2024/03/01 01:14

Page Tools