MEPAnalyticalConnectionCreateMultipleConnections Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ISet<ElementId> CreateMultipleConnections(
	Document doc,
	ElementId typeId,
	IList<Connector> equipmentOpenConnectors,
	IList<ElementId> curveIdsToConnect
)

Parameters

doc  Document
 
typeId  ElementId
 
equipmentOpenConnectors  IListConnector
 
curveIdsToConnect  IListElementId
 

Return Value

ISetElementId
See Also