DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GeometryChanged | Methods | Properties
Indicates whether the shape geometry has changed.
// C# public Boolean GeometryChanged { get {} }
' VisualBasic Public Property GeometryChanged As Boolean Get End Get End Property
// Oxygene public property GeometryChanged : Boolean read;
| Type |
|---|
| bool Boolean |
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.