User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.prjlayername

Table of Contents

ITGIS_Config.PrjLayerName property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.PrjLayerName | Methods | Properties

Name of layer at a given index in a project file.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public String PrjLayerName[_index int]
{
  get {}
}
' VisualBasic
Public Property PrjLayerName(ByVal  _index As Integer] As String
  Get
  End Get
End Property
// Oxygene
public
  property PrjLayerName[ _index : Integer ] : String read;

Parameters

Name Type Description
_index int
Integer
index of layer

Value

Type
string
String
2024/12/20 22:15

Page Tools