SoWinDirectionalLightEditorAddLightChangedCallback Method (SoWinDirectionalLightEditorEditorCB) |
Note: This API is now obsolete.
Use LightChanged event instead.
Register a delegate to catch changes on light edited
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use LightChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddLightChangedCallback(
SoWinDirectionalLightEditorEditorCB cb
)
<ObsoleteAttribute("Use LightChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddLightChangedCallback (
cb As SoWinDirectionalLightEditorEditorCB
)
public:
[ObsoleteAttribute(L"Use LightChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddLightChangedCallback(
SoWinDirectionalLightEditorEditorCB^ cb
)
[<ObsoleteAttribute("Use LightChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddLightChangedCallback :
cb : SoWinDirectionalLightEditorEditorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinDirectionalLightEditorEditorCB
See Also