Revit 2024 API |
AlignmentStationLabelOptions Members |
AlignmentStationLabelOptions Class Constructors Methods Properties See Also |
The AlignmentStationLabelOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AlignmentStationLabelOptions |
Creates an object with default values.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | HasLeader |
Specifies if the label will have a leader.
The default value is true.
|
![]() | LeaderEnd | |
![]() | LeaderShoulder | |
![]() | Station |
Specifies the station at which the label will be placed, in Revit internal model units (standard Imperial feet).
The station determines the location of the label's origin: Origin
by setting it to the closest point on the alignment geometry which corresponds to this station.
|
![]() | TypeId |
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.
|