SoSelectionfinishCB Event |
Note: This API is now obsolete.
Use FinishSelection event instead
Finish delegate invocation list
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FinishSelection event instead")]
public event SoSelectionClassCB finishCB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use FinishSelection event instead")>
Public Event finishCB As SoSelectionClassCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use FinishSelection event instead")]
event SoSelectionClassCB^ finishCB {
void add (SoSelectionClassCB^ value);
void remove (SoSelectionClassCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use FinishSelection event instead")>]
member finishCB : IEvent<SoSelectionClassCB,
EventArgs>
Value
Type:
OIV.Inventor.NodesSoSelectionClassCB
See Also