<Code Lib>
2022 Method
Changes 0
M

MEPAnalyticalConnection.CreateMultipleConnections

Description:
Creates new analytical connections between the equipment connector and the nearest point on the curves.

public static ISet<ElementId> CreateMultipleConnections(
	Document doc,
	ElementId typeId,
	IList<Connector> equipmentOpenConnectors,
	IList<ElementId> curveIdsToConnect
)

Return Value ISet<ElementId> The new analytical connection elements.

Loading…