SurfaceAutoRebuild Property

Gets or sets whether to rebuild the surface when surface definition is changed.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool AutoRebuild { get; set; }

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