User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.setlayer_itbaseobject

Table of Contents

ITGIS_Config.SetLayer method

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

Syntax

// C#
public void SetLayer(
  ITBaseObject _layer
);
' VisualBasic
Public Sub SetLayer(
  ByVal _layer As ITBaseObject
)
// Oxygene
public
  procedure SetLayer(
    _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)

References

2022/11/16 01:08

Page Tools