2024 Class
Changes 2
C

AlignmentStationLabelSetOptions

Description:
Represents an object containing options for creating a set of .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Infrastructure.AlignmentStationLabelSetOptions
Name Return Type Description
C AlignmentStationLabelSetOptions() None Create an object with default values.
Name Return Type Description
P EndStation Nullable<double> The ending station for creating labels in the set, in Revit internal model units (standard Imperial feet). The default value is null. When null, the station value corresponding to the alignment's is used.
P HasLeader bool Specifies if the label will have a leader. The default value is true.
P Interval Nullable<double> The interval between labels to be created in the set, in Revit internal model units (standard Imperial feet). The default value is null.
P Offset Nullable<double> The offset of the labels from the alignment, in Revit internal paper space units (standard Imperial feet). A positive offset creates labels to the right of the alignment, a negative - to the left. The default value is null.
P StartStation Nullable<double> The starting station for creating labels in the set, in Revit internal model units (standard Imperial feet). The default value is null. When null, the station value corresponding to the alignment's is used.
P TypeId ElementId Specifies the ElementId of the labels' type. The default value is InvalidElementId. in this case, will throw an exception.