SoSelectionAddDeselectionCallback Method (SoSelectionPathCB) |
Note: This API is now obsolete.
Use Deselection event instead
Adds deselection delegate.
Namespace: OIV.Inventor.NodesAssembly: 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
)
<ObsoleteAttribute("Use Deselection event instead")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddDeselectionCallback (
cb As SoSelectionPathCB
)
public:
[ObsoleteAttribute(L"Use Deselection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddDeselectionCallback(
SoSelectionPathCB^ cb
)
[<ObsoleteAttribute("Use Deselection event instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddDeselectionCallback :
cb : SoSelectionPathCB -> unit
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