Share

Alignment.Update Method

Updates the OffsetAlignmentInfo for an offset alignment object.



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

Syntax

C#

public void Update()

VB

Public Sub Update

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

Reference

Was this information helpful?