Revit 2026 API
Nurbs |
Get the knot in the v-direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetKnotV( int idx )
Public Function GetKnotV ( idx As Integer ) As Double
public: double GetKnotV( int idx )
member GetKnotV : idx : int -> float
Parameters
- idx Int32
- The index of the knot.
Return Value
Double| Exception | Condition |
|---|---|
| ArgumentException | Out-of-range access. |
See Also