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