User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.setsublayer_itbaseobject

Table of Contents

ITGIS_Config.SetSubLayer method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.SetSubLayer | 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 | .NET | Java | Python.

Syntax

// C#
public void SetSubLayer(
  ITBaseObject _layer
);
' VisualBasic
Public Sub SetSubLayer(
  ByVal _layer As ITBaseObject
)
// Oxygene
public
  procedure SetSubLayer(
    _layer : ITBaseObject
  );

Parameters

Name Type Description
_layer ITBaseObject 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:08

Page Tools