Hides current selection. After UnSelect is called the Selected property will be false. 
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void UnSelect()
Public Sub UnSelect
public: void UnSelect()
 Examples
Examples
 CopyC#
CopyC#IEViewer1.UnSelect();


























