AlignmentRenumerateTags Method

Renumerates the tags for all alignment segment labels (tangent, curve, and spiral) for the specified alignment. This function updates the tag numbers for all existing alignment segment labels according to their order along the alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public void RenumerateTags()
Exceptions
ExceptionCondition
NullReferenceException Thrown when the alignment object reference is null.
Remarks
This function affects all tangent, curve, and spiral labels associated with the alignment. The renumbering is performed according to the alignment's geometric order.
See Also