Share

Alignment.GetAlignments(View) Method

Returns all alignments visible in the given view.


Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static ICollection<Alignment> GetAlignments(
	View view
)

Parameters

view  View
The view for which the alignments are returned.

Return Value

ICollection<Alignment>

See Also

Reference

Was this information helpful?