AlignmentStationLabelOptions
Description:
Represents an object containing options for creating an .
Represents an object containing options for creating an .
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Infrastructure.AlignmentStationLabelOptions
System.Object
Autodesk.Revit.DB.Infrastructure.AlignmentStationLabelOptions
public class AlignmentStationLabelOptions
| Name | Return Type | Description |
|---|---|---|
| AlignmentStationLabelOptions(Double) | None | Creates an object with default values. |
| Name | Return Type | Description |
|---|---|---|
| HasLeader | bool | Specifies if the label will have a leader. The default value is true. |
| LeaderEnd | XYZ | Specifies the leader end point, in model coordinates. The default value is null. When null, the end point will be the same as the point, driven by the value. |
| LeaderShoulder | XYZ | Specifies the leader shoulder point, in model coordinates. The default value is null. When null, the shoulder point will be the same as the point, driven by the value. |
| Station | double | Specifies the station at which the label will be placed, in Revit internal model units (standard Imperial feet). |
| TypeId | ElementId | Specifies the ElementId of the label type. The default value is InvalidElementId. In this case, the default type id for alignment station labels in the document is used. |