Creates a new instance of a mechanical system and adds it to the document.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
C# |
---|
public static MechanicalSystem Create( Document ADocument, ElementId typeId, string name ) |
Visual Basic |
---|
Public Shared Function Create ( _ ADocument As Document, _ typeId As ElementId, _ name As String _ ) As MechanicalSystem |
Visual C++ |
---|
public: static MechanicalSystem^ Create( Document^ ADocument, ElementId^ typeId, String^ name ) |
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 mechanical system element's type.
- name
- Type: System..::..String
The name of the mechanical system to be created.
Return Value
The newly created mechanical system element.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The typeId is not an element id for a valid mechanical 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. |