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