DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Tag | Methods | Properties
Application-defined integer tag for storing custom shape metadata or state.
// C# public Integer Tag { get {} set {} }
' VisualBasic Public Property Tag As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property Tag : Integer read read;
| Type |
|---|
| int Integer |
PURPOSE: Provides a lightweight per-shape storage slot for application-specific identifiers, flags, or temporary state.
BEHAVIOR: Stores a single integer value associated with the shape. The framework does not assign any predefined meaning to this property.
CONSTRAINTS: Not intended for persistent attribute storage and typically is not preserved by file-format serialization.