PointOnCurveMeasureFrom Enumeration
Point on curve MeasureFrom - It tells from which end of the host curve the point location is measured.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2012
Since:  2012

Syntax

C#
public enum PointOnCurveMeasureFrom
Visual Basic
Public Enumeration PointOnCurveMeasureFrom
Visual C++
public enum class PointOnCurveMeasureFrom

Members

Member nameDescription
Beginning Beginning of the host curve.
End End of the host curve.

See Also