Adds element ids to the connection.
   All element ids in an array should be of applicable category.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 
   2017
Syntax
| C# | 
|---|
public void AddElementIds(
	IList<ElementId> elemIds
)  | 
| Visual Basic | 
|---|
Public Sub AddElementIds ( _
	elemIds As IList(Of ElementId) _
)  | 
| Visual C++ | 
|---|
public:
void AddElementIds(
	IList<ElementId^>^ elemIds
)  | 
Parameters
- elemIds
 - Type: System.Collections.Generic..::..IList<(Of <(<'ElementId>)>)>
   The ElementIdArr containing ids of elements to be added.
 
Exceptions
See Also