Available also on: Delphi | .NET | Java | ActiveX.
Indicates whether the shape geometry can be edited.
# Python @property def IsEditable( self ) -> bool:
| Type |
|---|
| bool |
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.