2024 Method
Changes 0
M

Document.NewPipingSystem

Description:
Creates a new MEP piping system element.
Remarks:
This method will regenerate the document even in manual regeneration mode.
public PipingSystem NewPipingSystem(
	Connector baseEquipmentConnector,
	ConnectorSet connectors,
	PipeSystemType pipingSystemType
)
  • baseEquipmentConnector
    One connector within base equipment which is used to connect with the system. The base equipment is optional for the system, so this argument may be nulla null reference (Nothing in Visual Basic). The baseEquipmentConnector should not be included in the connectors.
  • connectors
    Connectors that will connect to the system. The owner elements of these connectors will be added into system as its elements.
  • pipingSystemType
    The System type.
Return Value PipingSystem If creation was successful then an instance of piping system is returned, otherwise an exception with information will be thrown.