User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shape.iseditable

Table of Contents

TGIS_Shape.IsEditable property

Indicates whether the shape geometry can be edited.

Syntax

# Python
@property
def IsEditable(
  self
) -> bool: 

Value

Type
bool

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/10 23:59

Page Tools