User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shape.taginternal

Table of Contents

TGIS_Shape.TagInternal property

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

Syntax

# Python
@property
def TagInternal(
  self
) -> NativeInt: 
 
@TagInternal.setter
def TagInternal(
  self,
  _value: NativeInt
) -> None: 

Value

Type
NativeInt

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/10 23:59

Page Tools