Share

Surface.AutoRebuild 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.7.0.1276

Syntax

C#

public bool AutoRebuild { get; set; }

VB

Public Property AutoRebuild As Boolean
	Get
	Set

C++

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

Reference

Was this information helpful?