SoSelectionRemoveFinishCallback Method (SoSelectionClassCB) |
Note: This API is now obsolete.
Use FinishSelection event instead
Remove the delegate from the invocation list
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use FinishSelection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void RemoveFinishCallback(
SoSelectionClassCB cb
)
<ObsoleteAttribute("Use FinishSelection event instead")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub RemoveFinishCallback (
cb As SoSelectionClassCB
)
public:
[ObsoleteAttribute(L"Use FinishSelection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void RemoveFinishCallback(
SoSelectionClassCB^ cb
)
[<ObsoleteAttribute("Use FinishSelection event instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member RemoveFinishCallback :
cb : SoSelectionClassCB -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoSelectionClassCB
See Also