User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.taginternal

Table of Contents

TGIS_Shape.TagInternal property

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.

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

Syntax

// 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;

Value

Type
IntPtr
NativeInt

Remarks

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.

2026/06/12 23:11

Page Tools