User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.ismodified

Table of Contents

ITGIS_Shape.IsModified property

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

Shape geometry or attributes have been modified since load or creation.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

PURPOSE: Indicate whether the shape contains unsaved edits. This is the general dirty flag for geometry and attribute changes.

BEHAVIOR: Set by the framework after geometry edits or field-value changes and typically cleared after changes are saved or committed.

CONSTRAINTS: Read-only. Framework-managed state used by save logic, editing workflows, and change tracking.

2026/07/05 01:25

Page Tools