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)
Syntax public void Deselect(
int which
)
Public Sub Deselect (
which As Integer
)
public:
void Deselect(
int which
)
member Deselect :
which : int -> unit
Parameters
- which
- Type: SystemInt32
Remarks The argument which specifies which path in the list to be removed.
See Also