Click or drag to resize
SoSelectionAddDeselectionCallback Method (SoSelectionPathCB)

Note: This API is now obsolete.

Use Deselection event instead Adds deselection delegate.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use Deselection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddDeselectionCallback(
	SoSelectionPathCB cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoSelectionPathCB
Remarks

The deselection delegates are invoked every time an object is deselected, whether it be from user interaction or from method call. This is invoked after the object has been removed from the selection list.

See Also