BaselineRegionNeedsProcessing 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.292
Syntax
public bool NeedsProcessing { get; set; }

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