Gets the value indicates whether the Feature derived entity (Alignment,Profile,etc) is editable.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool IsEditable { get; }Visual Basic
Public ReadOnly Property IsEditable As Boolean
GetVisual C++
public: property bool IsEditable { bool get (); }
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when featureId is not invalid or represent entity which is not derived from Feature. |