User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.taginternal

Table of Contents

ITGIS_Shape.TagInternal property

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

Internal framework tag reserved for TatukGIS processing and not for application use.

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

Syntax

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

Value

Type
int
Integer

Remarks

PURPOSE: Stores internal state used by the framework for rendering, caching, indexing, or other implementation details.

BEHAVIOR: The framework may read or change this value at any time during normal shape and layer operations.

CONSTRAINTS: Applications should not depend on this value. Its meaning is undocumented and may change between versions.

2026/07/11 00:14

Page Tools