Gets or sets the update mode of the profile.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileUpdateType UpdateMode { get; set; }
VB
Public Property UpdateMode As ProfileUpdateType Get Set
C++
public: property ProfileUpdateType UpdateMode { ProfileUpdateType get (); void set (ProfileUpdateType value); }
Property Value
ProfileUpdateTypeExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when setting the UpdataMode which profile's type is not EG. |
