SoWinDirectionalLightEditorAddLightChangedCallback Method (SoWinDirectionalLightEditorEditorUserDataCB, Object) |
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 AddLightChangedCallback(
SoWinDirectionalLightEditorEditorUserDataCB cb,
Object userData
)
<ObsoleteAttribute("Use LightChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddLightChangedCallback (
cb As SoWinDirectionalLightEditorEditorUserDataCB,
userData As Object
)
public:
[ObsoleteAttribute(L"Use LightChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddLightChangedCallback(
SoWinDirectionalLightEditorEditorUserDataCB^ cb,
Object^ userData
)
[<ObsoleteAttribute("Use LightChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddLightChangedCallback :
cb : SoWinDirectionalLightEditorEditorUserDataCB *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinDirectionalLightEditorEditorUserDataCB
- userData
- Type: SystemObject
See Also