Returns all alignment station labels placed on the given alignment in the given view.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static ICollection<AlignmentStationLabel> GetAlignmentStationLabels( Alignment alignment, ElementId viewId )
Parameters
- alignment Alignment
- The alignment for which the labels are returned.
- viewId ElementId
- The ElementId of the view for which the labels are returned.
