AddAssociation Method (ISet(ElementId), ISet(ElementId))


Analytical To Physical Association Manager Add Association(ISet Element Id , ISet Element Id ) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void AddAssociation(
	ISet<ElementId> analyticalElementIds,
	ISet<ElementId> physicalElementIds
)

Parameters

analyticalElementIds ISet ElementId
physicalElementIds ISet ElementId
See Also