Note: This API is now obsolete.
Gets the update mode of the alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", false)] public AlignmentUpdateType UpdateMode { get; }
VB
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", false)> Public ReadOnly Property UpdateMode As AlignmentUpdateType Get
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", false)] property AlignmentUpdateType UpdateMode { AlignmentUpdateType get (); }
Property Value
AlignmentUpdateTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the alignment type is not offset or curb return. |