CreateGenericConnection Method


Structural Connection Handler Create Generic Connection Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static StructuralConnectionHandler CreateGenericConnection(
	Document document,
	IList<ElementId> idsToConnect
)

Parameters

document Document
idsToConnect IList ElementId

Return Value

StructuralConnectionHandler
See Also