Gets the PropertyBoolean value that specifies Automatic as the default setting for the Rebuild Surface command.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean AutoRebuild { get; }
VB
Public ReadOnly Property AutoRebuild As PropertyBoolean Get
C++
public: property PropertyBoolean^ AutoRebuild { PropertyBoolean^ get (); }