User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configprojectini.getsubsectionname_integer_integer_integer

Table of Contents

TGIS_ConfigProjectIni.getSubSectionName method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigProjectIni.getSubSectionName | 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).

Available also on: Delphi | Java.

Syntax

Overrides TGIS_ConfigIni.getSubSectionName.

// C#
protected override string getSubSectionName(
  int _layer_no,
  int _sLayer_no,
  int _section
);
' VisualBasic
Protected Overrides Function getSubSectionName(
  ByVal _layer_no As Integer,
  ByVal _sLayer_no As Integer,
  ByVal _section As Integer
) As String
// Oxygene
protected
  function getSubSectionName(
    _layer_no : Integer;
    _sLayer_no : Integer;
    _section : Integer
  ) : String; override;

Parameters

Name Type Description
_layer_no int
Integer
id of layer; unused;
_sLayer_no int
Integer
id of sublayer
_section int
Integer
id of section

Result

Type Description
string
String
subsection name
2021/12/07 08:58

Page Tools