Click or drag to resize
SoSelectionAddSelectionCallback Method (SoSelectionPathCB)

Note: This API is now obsolete.

Use Selection event instead Adds selection delegate.

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

Parameters

cb
Type: OIV.Inventor.NodesSoSelectionPathCB
Remarks

The selection delegates are invoked every time an object is selected, whether it be from user interaction or from method call. The delegates are invoked after the object has been added to the selection list.

See Also