DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.getSectionName | 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 getSectionName( int _layer_no, int _section );
' VisualBasic Protected Overridable Function getSectionName( ByVal _layer_no As Integer, ByVal _section As Integer ) As String
// Oxygene protected function getSectionName( _layer_no : Integer; _section : Integer ) : String; virtual;
Name | Type | Description |
---|---|---|
_layer_no | int Integer | id of layer; unused; |
_section | int Integer | id of section |
Type | Description |
---|---|
string String | section name |