Revit 2018 API |
PipingSystem..::..Create Method (Document, ElementId) |
PipingSystem Class See Also |
Creates a new instance of a piping system and adds it to the document.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2011
Syntax
C# |
---|
public static PipingSystem Create( Document ADocument, ElementId typeId ) |
Visual Basic |
---|
Public Shared Function Create ( _ ADocument As Document, _ typeId As ElementId _ ) As PipingSystem |
Visual C++ |
---|
public: static PipingSystem^ Create( Document^ ADocument, ElementId^ typeId ) |
Parameters
- ADocument
- Type: Autodesk.Revit.DB..::..Document
The document where the element will be created and added.
- typeId
- Type: Autodesk.Revit.DB..::..ElementId
The identifier of this piping system element's type.
Return Value
The newly created piping system element.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The typeId is not an element id for a valid piping system type. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Mechanical Electrical Piping. |