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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void EditorUserDataCB(
SoMaterial material,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Sub EditorUserDataCB (
material As SoMaterial,
userData As Object
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate void EditorUserDataCB(
SoMaterial^ material,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type EditorUserDataCB =
delegate of
material : SoMaterial *
userData : Object -> unit
Parameters
- material
- Type: OIV.Inventor.NodesSoMaterial
- userData
- Type: SystemObject
See Also