Revit 2025 API
Nurbs |
Get the list of control points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<XYZ> GetControlPoints()
Public Function GetControlPoints As IList(Of XYZ)
public: IList<XYZ^>^ GetControlPoints()
member GetControlPoints : unit -> IList<XYZ>
Return Value
IListXYZSee Also