| SoSelectionDeselect Method (Int32) | 
Deselects a path by removing it from the selection list. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void Deselect(
	int which
)
Public Sub Deselect ( 
	which As Integer
)
public:
void Deselect(
	int which
)
member Deselect : 
        which : int -> unit 
Parameters
- which
 - Type: SystemInt32
 
RemarksThe argument which specifies which path in the list to be removed. 
See Also