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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use LightChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void RemoveLightChangedCallback(
SoWinDirectionalLightEditorEditorUserDataCB cb
)
<ObsoleteAttribute("Use LightChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub RemoveLightChangedCallback (
cb As SoWinDirectionalLightEditorEditorUserDataCB
)
public:
[ObsoleteAttribute(L"Use LightChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void RemoveLightChangedCallback(
SoWinDirectionalLightEditorEditorUserDataCB^ cb
)
[<ObsoleteAttribute("Use LightChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member RemoveLightChangedCallback :
cb : SoWinDirectionalLightEditorEditorUserDataCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinDirectionalLightEditorEditorUserDataCB
See Also