User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.prjlayerconfig

Table of Contents

ITGIS_Config.PrjLayerConfig property

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

Config file name (without extension) at a given index in a project file.

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

Syntax

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

Parameters

Name Type Description
_index int
Integer
index of layer

Value

Type
string
String
2022/11/16 01:08

Page Tools