Gets or sets the update mode of the profile.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ProfileUpdateType UpdateMode { get; set; }
Visual Basic
Public Property UpdateMode As ProfileUpdateType
	Get
	Set
Visual C++
public:
property ProfileUpdateType UpdateMode {
	ProfileUpdateType get ();
	void set (ProfileUpdateType value);
}

Remarks

Gets for Superimposed, EG, CorridorFeature only. Sets for surface profiles only. Specifies whether the profile updates automatically to reflect changes in surface elevation.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when setting the UpdataMode which profile's type is not EG.

See Also