DK for .NET | TatukGIS.NDK.TGIS_Shape.IsEditable | Constructors | Fields | Methods | Properties
Indicates whether the shape geometry can be edited.
// C# public Boolean IsEditable { get {} }
' VisualBasic Public Property IsEditable As Boolean Get End Get End Property
// Oxygene public property IsEditable : Boolean read;
| Type |
|---|
| bool Boolean |
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.