StructuralConnectionHandler.AddElementIds
Description:
Adds element ids to the connection. All element ids in an array should be of applicable category.
Adds element ids to the connection. All element ids in an array should be of applicable category.
public void AddElementIds(
IList<ElementId> elemIds
)
-
IList<ElementId>elemIdsThe ElementIdArr containing ids of elements to be added.
-
One or more element ids was not permitted to be add to the connection. Elements should be of applicable category. -or- One or more element ids was not permitted to be added to the connection. Elements should not be duplicated.
-
A non-optional argument was null