| Revit 2021.1 API |
| AlignmentStationLabel..::..Get Method |
| AlignmentStationLabel Class See Also |
Returns an AlignmentStationLabel object for the given element.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2021.1
Syntax
| C# |
|---|
public static AlignmentStationLabel Get( Element element ) |
| Visual Basic |
|---|
Public Shared Function Get ( _ element As Element _ ) As AlignmentStationLabel |
| Visual C++ |
|---|
public: static AlignmentStationLabel^ Get( Element^ element ) |
Parameters
- element
- Type: Autodesk.Revit.DB..::..Element
The element for which to return the object.