DK for .NET | TatukGIS.NDK.TGIS_Shape.TagInternal | Constructors | Fields | Methods | Properties
Internal framework tag. DO NOT USE in application code. Reserved for TatukGIS internal machinery and caching.
// C# public NativeInt TagInternal { get {} set {} }
' VisualBasic Public Property TagInternal As NativeInt Get End Get Set(ByVal value As NativeInt) End Set End Property
// Oxygene public property TagInternal : NativeInt read read;
| Type |
|---|
| IntPtr NativeInt |
PURPOSE:Internal framework state storage. Used for rendering caches, invalidation flags, topology marks. Not for application use.
BEHAVIOR:Modified by framework during operations (rendering, spatial indexing, topology). Contents undefined.
USAGE:None - read-only framework state. Do NOT modify.
CONSTRAINTS:Internal only. Values are unstable/undocumented. Framework may modify without warning. Application code accessing this will break in future versions.