AlignmentStationLabelOptions Constructor |
Creates an object with default values.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic AlignmentStationLabelOptions(
double station
)
Public Sub New (
station As Double
)
public:
AlignmentStationLabelOptions(
double station
)
new :
station : float -> AlignmentStationLabelOptions
Parameters
- station Double
- The station at which the label will be placed.
See Also