DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.getGroupSectionName | Constructors | Fields | Methods | Properties
Computes a section name based on the layer number and the number of the zoom section. In the configuration file layers and sections are numbered in the manner of 1..n (not 0..n).
// C# protected virtual string getGroupSectionName( int _group_no, int _section );
' VisualBasic Protected Overridable Function getGroupSectionName( ByVal _group_no As Integer, ByVal _section As Integer ) As String
// Oxygene protected function getGroupSectionName( _group_no : Integer; _section : Integer ) : String; virtual;
Name | Type | Description |
---|---|---|
_group_no | int Integer | id of layer; unused; |
_section | int Integer | id of section |
Type | Description |
---|---|
string String | group section name |