| SoWinDirectionalLightEditorEditorUserDataCB Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void EditorUserDataCB(
SoDirectionalLight light,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub EditorUserDataCB (
light As SoDirectionalLight,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void EditorUserDataCB(
SoDirectionalLight^ light,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type EditorUserDataCB =
delegate of
light : SoDirectionalLight *
userData : Object -> unitParameters
- light
- Type: OIV.Inventor.NodesSoDirectionalLight
- userData
- Type: SystemObject
See Also