PointOnCurveMeasureFrom Enumeration |
Point on curve MeasureFrom - It tells from which end of the host curve the point location is measured.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum PointOnCurveMeasureFrom
Public Enumeration PointOnCurveMeasureFrom
public enum class PointOnCurveMeasureFrom
type PointOnCurveMeasureFrom
MembersMember name | Value | Description |
---|
Beginning | 1 |
Beginning of the host curve.
|
End | 2 |
End of the host curve.
|
See Also