SurfaceAutoRebuild Property |
Gets or sets whether to rebuild the surface when surface definition is changed.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AutoRebuild { get; set; }
Public Property AutoRebuild As Boolean
Get
Set
public:
property bool AutoRebuild {
bool get ();
void set (bool value);
}
Property Value
Boolean
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.
See Also