DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsEditable | Methods | Properties
Shape can be edited (geometry modification allowed). Determines if user can modify geometry.
// 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:Query/control edit permissions. Enables read-only shapes and protected geometries.
BEHAVIOR:False for read-only/protected shapes. Checked before geometry modification. Set by layer/application. Read-only property (application controls via layer).
USAGE:Check editable:if shape.IsEditable then Edit else ShowReadOnly;
CONSTRAINTS:Read-only (set by layer/application). Affects UI (edit tools enabled/disabled).