ClosestPointsPairBetweenTwoCurves.ParameterOnSecondCurve Property

ClosestPointsPairBetweenTwoCurvesParameterOnSecondCurve Property

1d raw (not normalized) parameter of the point on the second curve.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double ParameterOnSecondCurve { get; set; }
Public Property ParameterOnSecondCurve As Double
	Get
	Set
public:
property double ParameterOnSecondCurve {
	double get ();
	void set (double value);
}
member ParameterOnSecondCurve : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException The property has not been set by the method providing the result.
See Also