User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.tag

Table of Contents

ITGIS_Shape.Tag property

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

Application-defined integer tag for storing custom shape metadata or state.

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

Syntax

// C#
public Integer Tag
{
  get {}
  set {}
}
' VisualBasic
Public Property Tag As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property Tag : Integer read read;

Value

Type
int
Integer

Remarks

PURPOSE: Provides a lightweight per-shape storage slot for application-specific identifiers, flags, or temporary state.

BEHAVIOR: Stores a single integer value associated with the shape. The framework does not assign any predefined meaning to this property.

CONSTRAINTS: Not intended for persistent attribute storage and typically is not preserved by file-format serialization.

2026/07/05 01:25

Page Tools