User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramsabstract.serial

Table of Contents

ITGIS_ParamsAbstract.Serial property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsAbstract.Serial | Methods | Properties

Serial number updated after any property change. Used to identify if object was changed. Used by legend control for smart updates.

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

Syntax

// C#
public Integer Serial
{
  get {}
  set {}
}
' VisualBasic
Public Property Serial As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property Serial : Integer read read;

Value

Type
int
Integer
2024/12/20 22:16

Page Tools