IWorkspaceState.SetInspectedObjects method
Namespace: NextDesign.Desktop
Description
Set the elements to be inspected (multiple).
argument
Name | Type | Description |
---|---|---|
targets | IEnumerable <object> | List of target elements For the inspector tab to display the target elements at the time of setting, refer to SetInspectedObject (). If you specify multiple elements other than the model and set them, the Inspector tab of the last element of the enumeration is displayed. |
Return value
- void