IWorkspaceState.SetActiveEditorSelectedModel method
Namespace: NextDesign.Desktop
Description
Sets the active editor's selection element.
When executed on the main editor, if the display mode of the sub-editor is "Detail" mode, the model displayed in the sub-editor will be switched.
If you specify a model other than the project being edited, nothing will be done and the process will end normally.
argument
Name | Type | Description |
---|---|---|
model | IModel | Model |
Return value
- void