BaselineRegionNeedsProcessing Property |
Gets or sets whether this BaselineRegion is built during corridor rebuild.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool NeedsProcessing { get; set; }
Public Property NeedsProcessing As Boolean
Get
Set
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