AlignmentGetAlignments(Document) Method |
Returns all alignments in the given document.
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(
Document document
)
Public Shared Function GetAlignments (
document As Document
) As ICollection(Of Alignment)
public:
static ICollection<Alignment^>^ GetAlignments(
Document^ document
)
static member GetAlignments :
document : Document -> ICollection<Alignment>
Parameters
- document Document
- The document for which the alignments are returned.
Return Value
ICollectionAlignment
See Also