ProfileUpdateMode Property

Gets or sets the update mode of the profile.

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

Property Value

ProfileUpdateType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when setting the UpdataMode which profile's type is not EG.
Remarks
Gets for Superimposed, EG, CorridorFeature only. Sets for surface profiles only. Specifies whether the profile updates automatically to reflect changes in surface elevation.
See Also