User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.setsubsection_integer_wordbool

Table of Contents

ITGIS_Config.SetSubSection method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.SetSubSection | Methods | Properties

Select the subsection on which the operation will be performed.

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

Syntax

// C#
public WordBool SetSubSection(
  int _index,
  WordBool _force
);
' VisualBasic
Public Function SetSubSection(
  ByVal _index As Integer,
  ByVal _force As WordBool
) As WordBool
// Oxygene
public
  function SetSubSection(
    _index : Integer;
    _force : WordBool
  ) : WordBool;

Parameters

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

Result

Type Description
WordBool True if subsection exists
2022/11/16 01:08

Page Tools