Share

NurbsSurfaceData.GetControlPoint Method

Get the list of control points.


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

Syntax

C#

public XYZ GetControlPoint(
	int idx
)

Parameters

idx  Int32
The index of the control point.

Return Value

XYZ

Exceptions

ExceptionCondition
ArgumentException Out-of-range access.

See Also

Reference

Was this information helpful?