Click or drag to resize
SoWinDirectionalLightEditor.AddLightChangedCallback Method (SoWinDirectionalLightEditor.EditorCB)

Note: This API is now obsolete.

Use LightChanged event instead. Register a delegate to catch changes on light edited

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LightChanged event instead.")]
public void AddLightChangedCallback(
	SoWinDirectionalLightEditor. EditorCB cb
)

Parameters

cb
Type: OIV.Inventor.Win.SoWinDirectionalLightEditor.EditorCB
See Also