Gets the update mode of the alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", false)] public AlignmentUpdateType UpdateMode { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", _ False)> _ Public ReadOnly Property UpdateMode As AlignmentUpdateType Get
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.UpdateMode instead.", false)] property AlignmentUpdateType UpdateMode { AlignmentUpdateType get (); }
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the alignment type is not offset or curb return. |