User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.setsublayer_tobject

Table of Contents

TGIS_Config.SetSubLayer method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.SetSubLayer | Constructors | Fields | Methods | Properties

Select sublayer 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 | ActiveX | Python.

Syntax

// C#
public virtual abstract void SetSubLayer(
  TObject _layer
);
' VisualBasic
Public Overridable MustOverride Sub SetSubLayer(
  ByVal _layer As TObject
)
// Oxygene
public
  procedure SetSubLayer(
    _layer : TObject
  ); virtual; abstract;

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)
2022/11/16 01:27

Page Tools