User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.customdata

Table of Contents

ITGIS_Layer.CustomData property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.CustomData | Methods | Properties

List of custom, user-defined data. List is saved/restored with config/project files.

List is in a form of "name=value".

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

Syntax

// C#
public TStringList CustomData
{
  get {}
}
' VisualBasic
Public Property CustomData As TStringList
  Get
  End Get
End Property
// Oxygene
public
  property CustomData : TStringList read;

Value

Type
TStringList

Remarks

  • It is recommended to use product specific names like: "MyProduct.MyValue=some data".
  • Using an ASCII file names without spaces or any special characters is recommended.

2025/01/31 01:04

Page Tools