User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.prjlayername

Table of Contents

TGIS_Config.PrjLayerName property

DK11 for .NET | TatukGIS.NDK.TGIS_Config.PrjLayerName | Constructors | Fields | Methods | Properties

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

Available also on: Delphi | Java | ActiveX | 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[ const _index : Integer ] : String read;

Parameters

Name Type Description
_index int
Integer
index of layer

Value

Type
string
String
2024/12/20 22:21

Page Tools