<Code Lib>
2027 Method
Changes 0
M

PipingSystem.Create(Document, ElementId)

Description:
Creates a new instance of a piping system and adds it to the document.
Overloads (2):
Create(Document,ElementId)

public static PipingSystem Create(
	Document ADocument,
	ElementId typeId
)

  • ADocument
    The document where the element will be created and added.
  • typeId
    The identifier of this piping system element's type.
Return Value PipingSystem The newly created piping system element.

Loading…