User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.iseditable

Table of Contents

ITGIS_Shape.IsEditable property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsEditable | Methods | Properties

Shape can be edited (geometry modification allowed). Determines if user can modify geometry.

Available also on: Delphi | .NET | Java | 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: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).

2026/06/12 22:20

Page Tools