Revit 2018 API |
WireframeBuilder..::..AddCurve Method |
WireframeBuilder Class See Also |
Add a curve to the shape representation stored in this WireframeBuilder.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2016
Syntax
C# |
---|
public void AddCurve( Curve GCurve ) |
Visual Basic |
---|
Public Sub AddCurve ( _ GCurve As Curve _ ) |
Visual C++ |
---|
public: void AddCurve( Curve^ GCurve ) |
Parameters
- GCurve
- Type: Autodesk.Revit.DB..::..Curve
The curve to be added.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | GCurve is not acceptable for a wireframe shape representation. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |