AlignmentStationLabelGet Method |
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static AlignmentStationLabel Get(
Element element
)
Public Shared Function Get (
element As Element
) As AlignmentStationLabel
public:
static AlignmentStationLabel^ Get(
Element^ element
)
static member Get :
element : Element -> AlignmentStationLabel
Parameters
- element Element
- The element for which to return the object.
Return Value
AlignmentStationLabel
See Also