SoWinMaterialEditorRemoveMaterialChangedCallback Method (SoWinMaterialEditorEditorCB) |
Note: This API is now obsolete.
Use MaterialChanged event instead.
Remove the delegate from the invocation list
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use MaterialChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void RemoveMaterialChangedCallback(
SoWinMaterialEditorEditorCB cb
)
<ObsoleteAttribute("Use MaterialChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub RemoveMaterialChangedCallback (
cb As SoWinMaterialEditorEditorCB
)
public:
[ObsoleteAttribute(L"Use MaterialChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void RemoveMaterialChangedCallback(
SoWinMaterialEditorEditorCB^ cb
)
[<ObsoleteAttribute("Use MaterialChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member RemoveMaterialChangedCallback :
cb : SoWinMaterialEditorEditorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinMaterialEditorEditorCB
See Also