User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.setgroup_tobject

Table of Contents

TGIS_Config.SetGroup method

DK11 for Java | tatukgis.jdk.TGIS_Config.SetGroup | 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 | .NET | ActiveX | Python.

Syntax

// Java
public abstract void SetGroup(
  TObject _layer
);
// Oxygene
public
  procedure SetGroup(
    _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:40

Page Tools