User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.get_widestring

Table of Contents

IGIS_Viewer.Get method

DK for ActiveX | TatukGIS_XDK11.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: Delphi | .NET | Java | Python.

Syntax

// C#
public ITGIS_LayerAbstract Get(
  WideString _name
);
' VisualBasic
Public Function Get(
  ByVal _name As WideString
) As ITGIS_LayerAbstract
// Oxygene
public
  function Get(
    _name : WideString
  ) : ITGIS_LayerAbstract;

Parameters

Name Type Description
_name WideString name of layer to be found

Result

Type Description
ITGIS_LayerAbstract Found layer or nil if not found.
2025/01/31 01:03

Page Tools