Updates the OffsetAlignmentInfo for an offset alignment object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void Update()
Visual Basic
Public Sub Update
Visual C++
public:
void Update()

Remarks

If the geometry of a parent alignment is changed, the geometry and information for dependent offset alignments are not immediately updated in the same transaction. When you need to work with a parent and offset alignments in the same operation, you should update the offset alignment before getting its OffsetAlignmentInfo. You can get all the child offset alignments with GetChildOffsetAlignmentIds()()()() and GetChildOffsetAlignmentIds(Boolean).

See Also