AlignmentStationLabelGetAlignmentStationLabels(Alignment) Method |
Returns all alignment station labels placed on the given alignment.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ICollection<AlignmentStationLabel> GetAlignmentStationLabels(
Alignment alignment
)
Public Shared Function GetAlignmentStationLabels (
alignment As Alignment
) As ICollection(Of AlignmentStationLabel)
public:
static ICollection<AlignmentStationLabel^>^ GetAlignmentStationLabels(
Alignment^ alignment
)
static member GetAlignmentStationLabels :
alignment : Alignment -> ICollection<AlignmentStationLabel>
Parameters
- alignment Alignment
- The alignment for which the labels are returned.
Return Value
ICollectionAlignmentStationLabel
Remarks
See Also