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.
// 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;
Type |
---|
int Integer |