| Revit 2019.1 API |
| PointOnCurveMeasureFrom Enumeration |
| See Also |
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: 19.0.0.0 (19.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 name | Description |
|---|---|
| Beginning | Beginning of the host curve. |
| End | End of the host curve. |