User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.customdata

Table of Contents

IGIS_Viewer.CustomData property

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

List of custom, user-defined data. List is save/restored witch config/project files.

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

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

Syntax

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

Value

Remarks

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

2025/01/31 01:03

Page Tools