AnalyticalToPhysicalAssociationManager.AddAssociation(ISet<ElementId>, ISet<ElementId>) Method

AnalyticalToPhysicalAssociationManagerAddAssociation(ISetElementId, ISetElementId) 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
)
Public Sub AddAssociation ( 
	analyticalElementIds As ISet(Of ElementId),
	physicalElementIds As ISet(Of ElementId)
)
public:
void AddAssociation(
	ISet<ElementId^>^ analyticalElementIds, 
	ISet<ElementId^>^ physicalElementIds
)
member AddAssociation : 
        analyticalElementIds : ISet<ElementId> * 
        physicalElementIds : ISet<ElementId> -> unit 

Parameters

analyticalElementIds  ISetElementId
 
physicalElementIds  ISetElementId
 
See Also