<Code Lib>
2024 Method
Changes 0
M

StructuralConnectionHandler.RemoveElementIds

Description:
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>
    elemIds
    The ElementIdArr containing ids of elements to be removed.

Loading…