Add a curve to the GRep associated to this ViewShapeBuilder. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2015 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- GCurve
-  Type:  Autodesk.Revit.DB Curve  
 The curve to be added.
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | GCurve is not acceptable for view-specific shape representation that is currently being built. | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |