Enabled Property

Gets or sets whether this operation is included when the surface is built.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}

See Also