Gets or sets whether this operation is included when the surface is built.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public virtual bool Enabled { get; set; }
Visual Basic
Public Overridable Property Enabled As Boolean
Get
Set
Visual C++
public: virtual property bool Enabled { bool get (); void set (bool value); }