<Code Lib>
2025.3 Method
Changes 3
M

Selection.SetReferences

Description:
Selects the references. The references can be an element or a subelement in the host or a linked document.
Remarks:
This function will select the specified references and update the UI.

public void SetReferences(
	IList<Reference> references
)

  • IList<Reference>
    references
    The references to be selected.

Loading…