NurbsSurfaceData.GetKnotV Method

Get the knot in the v-direction.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public double GetKnotV(
	int idx
)

Parameters

idx  Int32
The index of the knot.

Return Value

Double

Exceptions

ExceptionCondition
ArgumentException Out-of-range access.

See Also

Reference

NurbsSurfaceData Class
Autodesk.Revit.DB Namespace