User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isdeleted

Table of Contents

ITGIS_Shape.IsDeleted property

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

Shape is marked for deletion.

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

Syntax

// 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;

Value

Type
bool
Boolean

Remarks

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.

2026/07/05 01:25

Page Tools