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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RenumerateTags()
Public Sub RenumerateTags
public:
void RenumerateTags()
Exceptions
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