SoSelectionDeselect Method (SoPath) |
Deselects the passed 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)
Syntax public void Deselect(
SoPath path
)
Public Sub Deselect (
path As SoPath
)
public:
void Deselect(
SoPath^ path
)
member Deselect :
path : SoPath -> unit
Parameters
- path
- Type: OIV.InventorSoPath
Remarks See Also