| SoSelectionIsSelected Method (SoPath) | 
Returns  true  if the passed path is selected, that is, if it is in the selection list. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool IsSelected(
	SoPath path
)
Public Function IsSelected ( 
	path As SoPath
) As Boolean
public:
bool IsSelected(
	SoPath^ path
)
member IsSelected : 
        path : SoPath -> bool 
Parameters
- path
 - Type: OIV.InventorSoPath
 
Return Value
Type: 
Boolean
Remarks
See Also