DK11 for .NET | TatukGIS.NDK.TGIS_Config.SetSubSection | Constructors | Fields | Methods | Properties
Select the subsection on which the operation will be performed.
// C# public virtual abstract bool SetSubSection( int _index, bool _force );
' VisualBasic Public Overridable MustOverride Function SetSubSection( ByVal _index As Integer, ByVal _force As Boolean ) As Boolean
// Oxygene public function SetSubSection( _index : Integer; _force : Boolean ) : Boolean; virtual; abstract;
Name | Type | Description |
---|---|---|
_index | int Integer | subsection number; 0 means default section (first entry) |
_force | bool Boolean | if True, then a subsection will be created if not exist |
Type | Description |
---|---|
bool Boolean | True if subsection exists |