<Code Lib>
2026 Method
Changes 0
M

Selection.SetElementIds

Description:
Selects the elements.
Remarks:
This function will select the specified elements within the project and update the UI. See SetReferences for more selection options.

public void SetElementIds(
	ICollection<ElementId> elementIds
)

  • ICollection<ElementId>
    elementIds
    The ids of the elements to be selected.

Loading…