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