Get the list of knots in the v-direction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2016
Syntax
| C# |
|---|
public IList<double> GetKnotsV() |
| Visual Basic |
|---|
Public Function GetKnotsV As IList(Of Double) |
| Visual C++ |
|---|
public: IList<double>^ GetKnotsV() |