Share

BaselineRegion.NeedsProcessing Property

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



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

Syntax

C#

public bool NeedsProcessing { get; set; }

VB

Public Property NeedsProcessing As Boolean
	Get
	Set

C++

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

Property Value

Boolean

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

Reference

Was this information helpful?