The point location on curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public PointLocationOnCurve LocationOnCurve { get; } |
Visual Basic |
---|
Public ReadOnly Property LocationOnCurve As PointLocationOnCurve Get |
Visual C++ |
---|
public: property PointLocationOnCurve^ LocationOnCurve { PointLocationOnCurve^ get (); } |