IEditorView.SelectedModels property
Namespace: NextDesign.Desktop
Description
Model selected in the editor If multiple selections are made, they are stored in the order of selection. If no model is selected, it returns an empty collection.
IModelCollection SelectedModels {get;}
type
- IModelCollection
Annotation
This property does not allow you to get the selection model of the diff editor. Use DiffEditor to get the selection status on the difference editor side.