User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.tagpointer

Table of Contents

ITGIS_Shape.TagPointer property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.TagPointer | Methods | Properties

Application-defined pointer or object reference for storing custom shape context.

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

Syntax

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

Value

Type
unsafe void*
Pointer

Remarks

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.

2026/07/05 01:25

Page Tools