SoWinMaterialEditorRemoveMaterialChangedCallback Method (SoWinMaterialEditorEditorUserDataCB) |
Note: This API is now obsolete.
Use MaterialChanged event instead.
Namespace: OIV.Inventor.WinAssembly: 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 RemoveMaterialChangedCallback(
SoWinMaterialEditorEditorUserDataCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use MaterialChanged event instead.")>
Public Sub RemoveMaterialChangedCallback (
cb As SoWinMaterialEditorEditorUserDataCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use MaterialChanged event instead.")]
void RemoveMaterialChangedCallback(
SoWinMaterialEditorEditorUserDataCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use MaterialChanged event instead.")>]
member RemoveMaterialChangedCallback :
cb : SoWinMaterialEditorEditorUserDataCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinMaterialEditorEditorUserDataCB
See Also