The control points of the Hermite spline.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public IList<XYZ> ControlPoints { get; set; } |
Visual Basic |
---|
Public Property ControlPoints As IList(Of XYZ)
Get
Set |
Visual C++ |
---|
public:
property IList<XYZ^>^ ControlPoints {
IList<XYZ^>^ get ();
void set (IList<XYZ^>^ value);
} |
See Also