AlignmentStationLabelOptionsLeaderEnd Property |
Specifies the leader end point, in model coordinates.
The default value is null.
When null, the end point will be the same as the
Origin point,
driven by the
Station value.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ LeaderEnd { get; set; }
Public Property LeaderEnd As XYZ
Get
Set
public:
property XYZ^ LeaderEnd {
XYZ^ get ();
void set (XYZ^ value);
}
member LeaderEnd : XYZ with get, set
Property Value
XYZ
See Also