User Tools

Site Tools


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

Table of Contents

TGIS_ConfigXml.SetSection method

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

Select the section on which the operation will be performed.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Config.SetSection.

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

Parameters

Name Type Description
_index int
Integer
section number; 0 means default section (first entry)
_force bool
Boolean
if True, then a section will be created if not exist

Result

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

Page Tools