| Revit 2019.2 API |
| PointOnEdge..::..LocationOnCurve Property |
| PointOnEdge Class See Also |
The point location on curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public PointLocationOnCurve LocationOnCurve { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LocationOnCurve As PointLocationOnCurve Get |
| Visual C++ |
|---|
public: property PointLocationOnCurve^ LocationOnCurve { PointLocationOnCurve^ get (); } |