Click or drag to resize
SoWinDirectionalLightEditorAddLightChangedCallback Method (SoWinDirectionalLightEditorEditorUserDataCB, Object)

Note: This API is now obsolete.

Use LightChanged event instead.

Namespace: OIV.Inventor.Win
Assembly: 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
)

Parameters

cb
Type: OIV.Inventor.WinSoWinDirectionalLightEditorEditorUserDataCB
userData
Type: SystemObject
See Also