HermiteSpline.Parameters Property

HermiteSplineParameters Property

Returns the params of the Hermite spline.

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

Property Value

DoubleArray
See Also