Get Method


Alignment Station Label Get Method

Returns an AlignmentStationLabel object for the given element.

Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static AlignmentStationLabel Get(
	Element element
)

Parameters

element Element
The element for which to return the object.

Return Value

AlignmentStationLabel
See Also