2027 Method
Changes 0
M

MEPAnalyticalConnection.Create

Description:
Creates a new analytical connection between two open connectors.
public static MEPAnalyticalConnection Create(
	Document doc,
	ElementId typeId,
	Connector startConnector,
	Connector endConnector
)
  • doc
    The document where the new element is created.
  • typeId
    The type of new analytical connection.
  • startConnector
    The open connector on the equipment side, whose level is inherited by the analytical connection.
  • endConnector
    The open connector on the network.
Return Value MEPAnalyticalConnection The newly created analytical connection element.