User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.get_string

Table of Contents

IGIS_Viewer.Get method

DK for Delphi | GisInterfaces.IGIS_Viewer.Get | Methods | Properties

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 Get(
    const _name : String
  ) : TGIS_LayerAbstract;
// C++ Builder
public:
  TGIS_LayerAbstract* Get(
    const UnicodeString _name
  ) = 0;

Parameters

Name Type Description
_name String name of layer to be found

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.
2025/01/31 01:07

Page Tools