ProfileUpdateMode Property |
Gets or sets the update mode of the profile.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ProfileUpdateType UpdateMode { get; set; }Public Property UpdateMode As ProfileUpdateType
Get
Set
public:
property ProfileUpdateType UpdateMode {
ProfileUpdateType get ();
void set (ProfileUpdateType value);
}Property Value
ProfileUpdateType
Exceptions
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