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: 21.0.0.0 (21.1.1.109)
Since: 2012
Since: 2012
Syntax
C# |
---|
public enum PointOnCurveMeasureFrom |
Visual Basic |
---|
Public Enumeration PointOnCurveMeasureFrom |
Visual C++ |
---|
public enum class PointOnCurveMeasureFrom |
Members
Member name | Description |
---|---|
Beginning | Beginning of the host curve. |
End | End of the host curve. |