User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.get_widestring

Table of Contents

ITGIS_Viewer.Get method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_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.

References

2024/02/08 01:10

Page Tools