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