Curve.Project Method

Projects the specified point on this curve.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IntersectionResult Project(
	XYZ point
)

Parameters

point  XYZ
The point to be projected.

Return Value

IntersectionResult
Geometric information if projection is successful.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the curve is an arc and either its radius is zero or the input point is the center of the arc. Thrown when the curve is an elliptical arc and the input point is one of the foci of the elliptical arc.

Remarks

The following is the meaning of every IntersectionResult's members:

See Also

Reference

Curve Class
Autodesk.Revit.DB Namespace