CurveOverlapPoint.SecondParameter Property

CurveOverlapPointSecondParameter Property

The point's unnormalized parameter on the second curve.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double SecondParameter { get; }
Public ReadOnly Property SecondParameter As Double
	Get
public:
property double SecondParameter {
	double get ();
}
member SecondParameter : float with get

Property Value

Double
See Also