IEditorView.SelectedModels property
Namespace: NextDesign.Desktop
Description
Model selected in editor
The order of the collection of select elements is indeterminate. 
Returns an empty collection if no models are selected. 
IModelCollection SelectedModels { get; }
types
- IModelCollection
Annotations
This property does not get the selection model of the diff editor. 
Use DiffEditor to get the selection state of the difference editor.