DK11 for .NET | TatukGIS.NDK.TGIS_ConfigXml.SetSection | Constructors | Fields | Methods | Properties
Select the section on which the operation will be performed.
Overrides TGIS_Config.SetSection.
// C# public override bool SetSection( int _index, bool _force );
' VisualBasic Public Overrides Function SetSection( ByVal _index As Integer, ByVal _force As Boolean ) As Boolean
// Oxygene public function SetSection( _index : Integer; _force : Boolean ) : Boolean; override;
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 |