AlignmentGetAlignments(View) Method |
Returns all alignments visible in the given view.
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<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
ICollectionAlignment
See Also