Click or drag to resize
SoWinMaterialEditorAddMaterialChangedCallback Method (SoWinMaterialEditorEditorCB)

Note: This API is now obsolete.

Use MaterialChanged event instead. Register a delegate to catch changes on material edited

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("Use MaterialChanged event instead.")]
public void AddMaterialChangedCallback(
	SoWinMaterialEditorEditorCB cb
)

Parameters

cb
Type: OIV.Inventor.WinSoWinMaterialEditorEditorCB
See Also