| Revit 2021.1 API |
| AlignmentStationLabelOptions Constructor |
| AlignmentStationLabelOptions Class See Also |
Creates an object with default values.
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 AlignmentStationLabelOptions( double station ) |
| Visual Basic |
|---|
Public Sub New ( _ station As Double _ ) |
| Visual C++ |
|---|
public: AlignmentStationLabelOptions( double station ) |
Parameters
- station
- Type: System..::..Double
The station at which the label will be placed.