NurbsSurfaceDataGetControlPoint Method |
Get the list of control points.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic XYZ GetControlPoint(
int idx
)
Public Function GetControlPoint (
idx As Integer
) As XYZ
public:
XYZ^ GetControlPoint(
int idx
)
member GetControlPoint :
idx : int -> XYZ
Parameters
- idx Int32
-
The index of the control point.
Return Value
XYZ
Exceptions
See Also