Get the list of knots in the v-direction.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:  2016

Syntax

C#
public IList<double> GetKnotsV()
Visual Basic
Public Function GetKnotsV As IList(Of Double)
Visual C++
public:
IList<double>^ GetKnotsV()

See Also