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