Converts a group of SymbolicCurves to equivalent ModelCurves.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ModelCurveArray ConvertSymbolicToModelCurves( View view, SymbolicCurveArray symbolicCurve )
Parameters
- view View
- The view where the new lines will be created. The lines are projected on the view workplane. The view workplane must be parallel to the view plane.
- symbolicCurve SymbolicCurveArray
- The symbolic curve array to be converted.
Return Value
ModelCurveArrayExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument is null. |
| InvalidOperationException | Thrown when one or more curves could not be successfully converted. |
