AlignmentUpdate Method

Updates the OffsetAlignmentInfo for an offset alignment object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
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