Skip to content

AlignmentStationLabel.GetAlignmentStationLabels(Alignment)

Public Class

Returns all alignment station labels placed on the given alignment.

Namespace: Autodesk.Revit.DB.Infrastructure

Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public static ICollection<AlignmentStationLabel> GetAlignmentStationLabels(
Alignment alignment
)

Parameters

alignment Alignment

The alignment for which the labels are returned.

Return Value

ICollection. AlignmentStationLabel.

Remarks

The resulting collection may contain both “individual” labels (created via

) and “labels in set” (created via ). These labels have categories respectively OST_Alignments and OST_AlignmentStationLabelSets.