Revit 2026 API
AlignmentGet |
Returns all alignments visible in the given view.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<Alignment> GetAlignments( View view )
Public Shared Function GetAlignments ( view As View ) As ICollection(Of Alignment)
public: static ICollection<Alignment^>^ GetAlignments( View^ view )
static member GetAlignments : view : View -> ICollection<Alignment>
Parameters
- view View
- The view for which the alignments are returned.
Return Value
ICollectionAlignmentSee Also