Click or drag to resize
SoWinDirectionalLightEditorEditorUserDataCB Delegate

Note: This API is now obsolete.

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]
public delegate void EditorUserDataCB(
	SoDirectionalLight light,
	Object userData
)

Parameters

light
Type: OIV.Inventor.NodesSoDirectionalLight
userData
Type: SystemObject
See Also