Add a point to the shape representation stored in this WireframeBuilder. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0) 
  Since:  2016 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- GPoint
 -  Type:  Autodesk.Revit.DB Point  
The point to be added. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | GPoint is not acceptable for a wireframe shape representation. | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |