| Revit Preview Release API |
| ReferencePoint..::..GetInterpolatingCurves Method |
| ReferencePoint Class See Also |
The set of CurveByPoints elements that interpolate
a ReferencePoint.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public CurveByPointsArray GetInterpolatingCurves() |
| Visual Basic |
|---|
Public Function GetInterpolatingCurves As CurveByPointsArray |
| Visual C++ |
|---|
public: CurveByPointsArray^ GetInterpolatingCurves() |
Remarks
A CurveByPoints is in the GetInterpolatingCurves()()()()
array if and only if the ReferencePoint is in the Points array of
CurveByPoints.