Share Email Facebook Twitter LinkedIn NurbSpline.CtrlPoints Property Returns the control points of the nurb spline.Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34) Syntax C# public IList<XYZ> CtrlPoints { get; }Property ValueIList<XYZ> Remarks This method returns a copy of the internally-managed data. Repeated access of this property will return a new copy each time, which may be inefficient. See AlsoReferenceNurbSpline ClassAutodesk.Revit.DB Namespace