User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.geometrychanged

Table of Contents

ITGIS_Shape.GeometryChanged property

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

Indicates whether the shape geometry has changed.

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

Syntax

// C#
public Boolean GeometryChanged
{
  get {}
}
' VisualBasic
Public Property GeometryChanged As Boolean
  Get
  End Get
End Property
// Oxygene
public
  property GeometryChanged : Boolean read;

Value

Type
bool
Boolean

Remarks

PURPOSE: Track coordinate and part-structure edits separately from attribute changes. This is useful for geometry validation, spatial index updates, and edit processing.

BEHAVIOR: Set by the framework when the shape geometry is modified, such as changing points, parts, or ring structure.

CONSTRAINTS: Read-only. Framework-managed edit state.

2026/07/11 00:14

Page Tools