Updates the OffsetAlignmentInfo for an offset alignment object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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