User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configxml.setlayer_tobject

Table of Contents

TGIS_ConfigXml.SetLayer method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigXml.SetLayer | Constructors | Fields | Methods | Properties

Select layer on which the operation will be performed. It is important for project files. Thanks this it is possible to recognize which entry corespondents to which layer.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Config.SetLayer.

// C#
public override void SetLayer(
  TObject _layer
);
' VisualBasic
Public Overrides Sub SetLayer(
  ByVal _layer As TObject
)
// Oxygene
public
  procedure SetLayer(
    _layer : TObject
  ); override;

Parameters

Name Type Description
_layer TObject layer on which the operation will be performed; it is nil then operation will be performed on main entry ([TatukGIS] section)
2021/12/07 08:58

Page Tools