User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.get_widestring

Table of Contents

ITGIS_ViewerWnd.Get method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.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 FMX | .NET WinForms | 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.
2024/02/08 01:10

Page Tools