<Code Lib>
2024 Method
Changes 0
M

PipingSystem.Create(Document, ElementId, String)

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
)

Return Value PipingSystem The newly created piping system element.

Loading…