Compute the driving curves.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2014
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().ComputeDrivingCurves() instead.")]
public IList<Curve> ComputeDrivingCurves() |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().ComputeDrivingCurves() instead.")> _
Public Function ComputeDrivingCurves As IList(Of Curve) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().ComputeDrivingCurves() instead.")]
public:
IList<Curve^>^ ComputeDrivingCurves() |
Return Value
Returns an empty array if an error is encountered.
Remarks
Exceptions
See Also