Gets whether this Baseline is built during corridor rebuild.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public bool IsProcessed { get; }
Visual Basic
Public ReadOnly Property IsProcessed As Boolean
	Get
Visual C++
public:
property bool IsProcessed {
	bool get ();
}

See Also