2027 Method
Changes 0
M

PipingSystem.Create

Description:
Creates a new instance of a piping system and adds it to the document.
Overloads (2):
Create(Document,ElementId,String)
public static PipingSystem Create(
	Document ADocument,
	ElementId typeId,
	string name
)
  • ADocument
    The document where the element will be created and added.
  • typeId
    The identifier of this piping system element's type.
  • String
    name
    The name of the piping system to be created.
Return Value PipingSystem The newly created piping system element.