User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.get_widestring

Table of Contents

ITGIS_ViewerWnd.Get method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.Get | Methods | Properties

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

Available also on: Delphi FMX | .NET WinForms | Java.

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/06/10 20:52

Page Tools