DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.SetSubSection | Methods | Properties
Select the subsection on which the operation will be performed.
// 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;
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 |
Type | Description |
---|---|
WordBool | True if subsection exists |