| Revit Preview Release API |
| CurveByPoints..::..GetPoints Method |
| CurveByPoints Class See Also |
Get the sequence of points interpolated by this curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public ReferencePointArray GetPoints() |
| Visual Basic |
|---|
Public Function GetPoints As ReferencePointArray |
| Visual C++ |
|---|
public: ReferencePointArray^ GetPoints() |