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