2027 Method
Changes 0
M

PipingSystemType.Create

Description:
Creates a new instance of a piping system type and adds it to the document.
public static PipingSystemType Create(
	Document ADoc,
	MEPSystemClassification systemClassification,
	string name
)
  • ADoc
    The document where the element will be created and added.
  • systemClassification
    The classification for the piping system type to be created
  • String
    name
    The name of the piping system type to be created.
Return Value PipingSystemType The newly created piping system type element.