User Tools

Site Tools


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

Table of Contents

TGIS_Config.SetSection method

DK for .NET | TatukGIS.NDK.TGIS_Config.SetSection | Constructors | Fields | Methods | Properties

Select the section on which the operation will be performed.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

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

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
2025/01/31 01:10

Page Tools