AlignmentStationLabelCreate 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 Create(
Alignment alignment,
View view,
AlignmentStationLabelOptions options
)
Public Shared Function Create (
alignment As Alignment,
view As View,
options As AlignmentStationLabelOptions
) As AlignmentStationLabel
public:
static AlignmentStationLabel^ Create(
Alignment^ alignment,
View^ view,
AlignmentStationLabelOptions^ options
)
static member Create :
alignment : Alignment *
view : View *
options : AlignmentStationLabelOptions -> AlignmentStationLabel
Parameters
- alignment Alignment
- The alignment on which the alignment station label is placed.
- view View
- The view for which the alignment station label is created.
- options AlignmentStationLabelOptions
- The alignment station options of the label to be created.
Return Value
AlignmentStationLabel
See Also