User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.get_string

Table of Contents

TGIS_Viewer.Get method

DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.Get | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi | Java | ActiveX | Python.

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 layer to be found

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.

References

2024/02/08 01:36

Page Tools