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); }