NurbSpline.Weights Property

NurbSplineWeights Property

Returns the weights of the nurb spline.

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

Property Value

DoubleArray
See Also