Creates a new StructuralConnectionApprovalType. 
   Namespace:   Autodesk.Revit.DB.Structure  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0) 
  Since:  2017 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- doc
 -  Type:  Autodesk.Revit.DB Document  
 
- name
 -  Type:  System String  
A name for the new approval type. It must be unique within the document. 
Return Value
Created connection approval type.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null | 
| Autodesk.Revit.Exceptions ArgumentsInconsistentException | The input name for approval type is not unique in the document. |