AlignmentStationLabelSetOptions
Description:
Represents an object containing options for creating a set of .
Represents an object containing options for creating a set of .
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Infrastructure.AlignmentStationLabelSetOptions
System.Object
Autodesk.Revit.DB.Infrastructure.AlignmentStationLabelSetOptions
public class AlignmentStationLabelSetOptions
| Name | Return Type | Description |
|---|---|---|
| AlignmentStationLabelSetOptions() | None | Create an object with default values. |
| Name | Return Type | Description |
|---|---|---|
| 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. |
| HasLeader | bool | Specifies if the label will have a leader. The default value is true. |
| 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. |
| 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. |
| 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. |
| TypeId | ElementId | Specifies the ElementId of the labels' type. The default value is InvalidElementId. in this case, will throw an exception. |