Creates a new pipe schedule type with the given name. 
   Namespace:   Autodesk.Revit.DB.Plumbing  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0) 
  Since:  2017 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- doc
-  Type:  Autodesk.Revit.DB Document  
 The document
- name
-  Type:  System String  
 The name of requested schedule type.
Return Value
Returns the newly created schedule type.Remarks
 If the name is already taken by an existing schedule type, an InvalidOperationException will be thrown. 
 Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | name is an empty string. | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL | 
| Autodesk.Revit.Exceptions DisabledDisciplineException | None of the following disciplines is enabled: Mechanical Electrical Piping. | 
| Autodesk.Revit.Exceptions InvalidOperationException | The name is already taken by an existing pipe schedule type. |