IWorkspaceState.SetActiveEditorSelectedModels Method
Namespace: NextDesign.Desktop
Description
Sets the selected elements (multiple) of the active editor.
This API only changes the retained state, and does not change the selection state on the screen.
You can get the value changed by this API by getting the selected elements with IWorkspaceState.ActiveEditorSelectedModels{get;}.
It does not necessarily include the selected elements that can be obtained with IWorkspaceState.ActiveEditorSelectedModel{get;}.
If you specify a model other than the project you are editing, it will be excluded from the selection.
Arguments
Name | Type | Description |
---|---|---|
models | IEnumerable<IModel> | Enumeration of models |
Return value
- void