User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.get_string

Table of Contents

TGIS_ViewerWnd.Get method

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Get | Constructors | Fields | Methods | Properties | Events

Retrieve the layer identified by name. Sublayers or compound layers can be found using dot notation such as 'name.sublayer'.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.Get.

// C#
public TGIS_LayerAbstract Get(
  string _name
);
' VisualBasic
Public Function Get(
  ByVal _name As String
) As TGIS_LayerAbstract
// Oxygene
public
  function Get(
    _name : String
  ) : TGIS_LayerAbstract;

Parameters

Name Type Description
_name string
String
name of the layer to find

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.
2026/07/11 01:19

Page Tools