User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configini.getgroupno_tobject

Table of Contents

TGIS_ConfigIni.getGroupNo method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.getGroupNo | Constructors | Fields | Methods | Properties

Read from project configuration file a stored number (#) of the layer corresponding to a given name. This must be done because the layer order can be rearranged without saving to ini, so the only valid description of a layer is the name.

Available also on: Delphi | Java.

Syntax

// C#
protected int getGroupNo(
  TObject _layer
);
' VisualBasic
Protected Function getGroupNo(
  ByVal _layer As TObject
) As Integer
// Oxygene
protected
  function getGroupNo(
    _layer : TObject
  ) : Integer;

Parameters

Name Type Description
_layer TObject layer handle

Result

Type Description
int
Integer
group index
2021/10/22 22:47

Page Tools