User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configxml.setgroupsection_integer

Table of Contents

TGIS_ConfigXml.SetGroupSection method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigXml.SetGroupSection | Constructors | Fields | Methods | Properties

Select the group section on which the operation will be performed.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Config.SetGroupSection.

// C#
public override bool SetGroupSection(
  int _index
);
' VisualBasic
Public Overrides Function SetGroupSection(
  ByVal _index As Integer
) As Boolean
// Oxygene
public
  function SetGroupSection(
    _index : Integer
  ) : Boolean; override;

Parameters

Name Type Description
_index int
Integer
group section number; 0 means default section (first entry)

Result

Type Description
bool
Boolean
True if group section exists
2021/12/07 08:58

Page Tools