Create a symbolic curve in an Autodesk Revit family document.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- curve
- Type: Autodesk.Revit.DBCurve
The geometry curve of the newly created symbolic curve.
- sketchPlane
- Type: Autodesk.Revit.DBSketchPlane
The sketch plane for the symbolic curve.
Return Value
The newly created symbolic curve.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | Thrown when argument is a null reference (Nothing in Visual Basic). |
Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when regeneration failed. Thrown when symbolic curve creation failed. |