<Code Lib>
2022 Method
Changes 0
M

StructuralConnectionHandler.AddElementIds

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

Loading…