Creates a new instance of a piping system type and adds it to the document.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PipingSystemType Create(
Document ADoc,
MEPSystemClassification systemClassification,
string name
)
Parameters
- ADoc Document
-
The document where the element will be created and added.
- systemClassification MEPSystemClassification
-
The classification for the piping system type to be created
- name String
-
The name of the piping system type to be created.
Return Value
PipingSystemType
The newly created piping system type element.
Exceptions
See Also
Reference