FeatureIsEditable Property

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.8.0.292
Syntax
public bool IsEditable { get; }

Property Value

Boolean
Exceptions
ExceptionCondition
ArgumentException Thrown when featureId is not invalid or represent entity which is not derived from Feature.
See Also