DK11 for .NET | TatukGIS.NDK.TGIS_ConfigXml.SetGroupSection | Constructors | Fields | Methods | Properties
Select the group section on which the operation will be performed.
Overrides TGIS_Config.SetGroupSection.
// C# public override bool SetGroupSection( int _index );
' VisualBasic Public Overrides Function SetGroupSection( ByVal _index As Integer ) As Boolean
// Oxygene public function SetGroupSection( _index : Integer ) : Boolean; override;
Name | Type | Description |
---|---|---|
_index | int Integer | group section number; 0 means default section (first entry) |
Type | Description |
---|---|
bool Boolean | True if group section exists |