DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.getGroupNo | Constructors | Fields | Methods | Properties
Read from project configuration file a stored number (#) of the layer corresponding to a given name. This must be done because the layer order can be rearranged without saving to ini, so the only valid description of a layer is the name.
// C# protected int getGroupNo( TObject _layer );
' VisualBasic Protected Function getGroupNo( ByVal _layer As TObject ) As Integer
// Oxygene protected function getGroupNo( _layer : TObject ) : Integer;
Name | Type | Description |
---|---|---|
_layer | TObject | layer handle |
Type | Description |
---|---|
int Integer | group index |