Note: This API is now obsolete.
Use StartSelection event instead
Start 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 StartSelection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event SoSelectionClassCB startCB
<ObsoleteAttribute("Use StartSelection event instead")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Event startCB As SoSelectionClassCB
public:
[ObsoleteAttribute(L"Use StartSelection event instead")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
event SoSelectionClassCB^ startCB {
void add (SoSelectionClassCB^ value);
void remove (SoSelectionClassCB^ value);
}
[<ObsoleteAttribute("Use StartSelection event instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member startCB : IEvent<SoSelectionClassCB,
EventArgs>
Value
Type:
OIV.Inventor.NodesSoSelectionClassCB
See Also