Specifies the station at which the alignment's display ends, in Revit internal model units (standard Imperial feet).
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2021.1
Syntax
C# |
---|
public double DisplayedEndStation { get; } |
Visual Basic |
---|
Public ReadOnly Property DisplayedEndStation As Double
Get |
Visual C++ |
---|
public:
property double DisplayedEndStation {
double get ();
} |
Remarks
See Also