User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.setgroup_itbaseobject

Table of Contents

ITGIS_Config.SetGroup method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.SetGroup | 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 SetGroup(
  ITBaseObject _layer
);
' VisualBasic
Public Sub SetGroup(
  ByVal _layer As ITBaseObject
)
// Oxygene
public
  procedure SetGroup(
    _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