DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.SetSection | Methods | Properties
Select the section on which the operation will be performed.
// C# public WordBool SetSection( int _index, WordBool _force );
' VisualBasic Public Function SetSection( ByVal _index As Integer, ByVal _force As WordBool ) As WordBool
// Oxygene public function SetSection( _index : Integer; _force : WordBool ) : WordBool;
Name | Type | Description |
---|---|---|
_index | int Integer | section number; 0 means default section (first entry) |
_force | WordBool | if True, then a section will be created if not exist |
Type | Description |
---|---|
WordBool | True if section exists |