SoSelectionToggle Method (SoPath) |
Toggles the selection status of the passed path - if the path is in the selection list, it is removed; if not in the list, it is added.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Toggle(
SoPath path
)
Public Sub Toggle (
path As SoPath
)
public:
void Toggle(
SoPath^ path
)
member Toggle :
path : SoPath -> unit
Parameters
- path
- Type: OIV.InventorSoPath
Remarks See Also