ParameterOnSecondCurve Property


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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2018.1

Syntax

C#
public double ParameterOnSecondCurve { get; set; }
Visual Basic
Public Property ParameterOnSecondCurve As Double
	Get
	Set
Visual C++
public:
property double ParameterOnSecondCurve {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsInvalidOperationException The property has not been set by the method providing the result.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →