SoSelectionAddStartCallback Method (SoSelectionClassCB) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.Nodes
[ObsoleteAttribute("Use StartSelection event instead")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void AddStartCallback( SoSelectionClassCB cb )
The start delegates are invoked when the user has initiated an interactive change to the selection list (by picking objects). This will be followed by invocations of the select and/or deselect delegates, finally followed by each finish delegate. A start delegate can be used, for instance, to save the current selection for later restoration (e.g. undo/redo). The start delegates are not called when the selection list is changed programmatically.