DK11 for Java | tatukgis.jdk.TGIS_Config.SetSection | Constructors | Fields | Methods | Properties
Select the section on which the operation will be performed.
// Java public abstract bool SetSection( int _index, bool _force );
// Oxygene public function SetSection( _index : Integer; _force : Boolean ) : Boolean; virtual; abstract;
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 |
Type | Description |
---|---|
bool Boolean | True if section exists |