Gets or sets whether to rebuild the surface when surface definition is changed.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool AutoRebuild { get; set; } |
Visual Basic |
---|
Public Property AutoRebuild As Boolean Get Set |
Visual C++ |
---|
public: property bool AutoRebuild { bool get (); void set (bool value); } |
Remarks
If Surface.AutoRebuild and Surface.IsOutOfDate are both true, the Surface will be automatically rebuilt in the end of the command.
Surface.AutoRebuild can't be set if the surface object is a data Shortcut reference.