Share

Alignment.GetAlignments(Document) Method

Returns all alignments in the given document.


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(
	Document document
)

Parameters

document  Document
The document for which the alignments are returned.

Return Value

ICollection<Alignment>

See Also

Reference

Was this information helpful?