Share

SurfaceOperation.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.8.0.280

Syntax

C#

public virtual bool Enabled { get; set; }

VB

Public Overridable Property Enabled As Boolean
	Get
	Set

C++

public:
virtual property bool Enabled {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?