DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsDeleted | Methods | Properties
Shape is marked for deletion.
// C# public Boolean IsDeleted { get {} set {} }
' VisualBasic Public Property IsDeleted As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public property IsDeleted : Boolean read read;
| Type |
|---|
| bool Boolean |
PURPOSE: Mark a shape as logically deleted without immediately removing it from layer storage. This supports editing workflows, save-time commits, and optional visibility of deleted items.
BEHAVIOR: Setting this property marks the shape as deleted. Actual removal depends on layer editing and save logic. Cursor and query behavior may optionally skip deleted items depending on the active cursor scope.
CONSTRAINTS: Read/Write. A deleted shape can still exist in memory until the layer commits changes.