StructuralConnectionHandler.RemoveElementIds
Description:
Removes element ids from the connection. All element ids in an array should belong to the connection.
Removes element ids from the connection. All element ids in an array should belong to the connection.
public void RemoveElementIds(
IList<ElementId> elemIds
)
-
IList<ElementId>elemIdsThe ElementIdArr containing ids of elements to be removed.
-
One or more element ids was not permitted to be removed from the connection. Elements should be members of the connection.
-
A non-optional argument was null