Gets or sets whether this BaselineRegion is built during corridor rebuild.

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

Syntax

C#
public bool NeedsProcessing { get; set; }
Visual Basic
Public Property NeedsProcessing As Boolean
	Get
	Set
Visual C++
public:
property bool NeedsProcessing {
	bool get ();
	void set (bool value);
}

Remarks

If Baseline's property NeedsProcessing is set to false, this BaselineRegion will not be built even if this property is set to true. So if BaselineRegion needs to be built, set this property to true and also set Baseline's NeedsProcessing to true.

See Also