Share

Alignment.Get(Element) Method

Returns an Alignment object given a Revit alignment element.


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 Alignment Get(
	Element alignmentElement
)

Parameters

alignmentElement  Element
The alignment element.

Return Value

Alignment
An Alignment for this element, or null if none found.

See Also

Reference

Was this information helpful?