DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.TagInternal | Methods | Properties
Internal framework tag reserved for TatukGIS processing and not for application use.
// C# public Integer TagInternal { get {} set {} }
' VisualBasic Public Property TagInternal As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property TagInternal : Integer read read;
| Type |
|---|
| int Integer |
PURPOSE: Stores internal state used by the framework for rendering, caching, indexing, or other implementation details.
BEHAVIOR: The framework may read or change this value at any time during normal shape and layer operations.
CONSTRAINTS: Applications should not depend on this value. Its meaning is undocumented and may change between versions.