Click or drag to resize
SoWinMaterialEditorEditorUserDataCB Delegate

Note: This API is now obsolete.

EditorCB delegate. See #AddMaterialChangedCallback for more details

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(
	SoMaterial material,
	Object userData
)

Parameters

material
Type: OIV.Inventor.NodesSoMaterial
userData
Type: SystemObject
See Also