DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.TagPointer | Methods | Properties
Application-defined pointer or object reference for storing custom shape context.
// C# public Pointer TagPointer { get {} set {} }
' VisualBasic Public Property TagPointer As Pointer Get End Get Set(ByVal value As Pointer) End Set End Property
// Oxygene public property TagPointer : Pointer read read;
| Type |
|---|
| unsafe void* Pointer |
PURPOSE: Associates arbitrary application data, object references, or native pointers with a shape without changing its geometry or attributes.
BEHAVIOR: Stores a raw Pointer on native platforms or an Object reference on managed platforms. The framework does not use this property for internal processing.
CONSTRAINTS: Lifetime and type safety are the caller's responsibility. This property is not intended as a serialized data field.