SoWinMaterialEditorEditorUserDataCB Delegate |
Note: This API is now obsolete.
EditorCB delegate. See #AddMaterialChangedCallback for more details
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void EditorUserDataCB(
SoMaterial material,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub EditorUserDataCB (
material As SoMaterial,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void EditorUserDataCB(
SoMaterial^ material,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type EditorUserDataCB =
delegate of
material : SoMaterial *
userData : Object -> unit
Parameters
- material
- Type: OIV.Inventor.NodesSoMaterial
- userData
- Type: SystemObject
See Also