User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.iseditable

Table of Contents

TGIS_Shape.IsEditable property

DK for .NET | TatukGIS.NDK.TGIS_Shape.IsEditable | Constructors | Fields | Methods | Properties

Indicates whether the shape geometry can be edited.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

PURPOSE: Expose whether geometry editing is currently allowed for the shape. This is used by editing tools and layer logic to enforce read-only or protected geometry states.

BEHAVIOR: Returns False for shapes that are protected, derived from non-editable sources, or otherwise blocked from geometry modification.

CONSTRAINTS: Read-only. Editability is controlled by the owning layer and editing framework rather than by direct shape assignment.

2026/07/11 01:10

Page Tools