User Tools

Site Tools


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

Table of Contents

TGIS_Config.SetSubSection method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.SetSubSection | Constructors | Fields | Methods | Properties

Select the subsection on which the operation will be performed.

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

Syntax

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

Parameters

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

Result

Type Description
bool
Boolean
True if subsection exists
2022/11/16 01:27

Page Tools