SoWinMaterialEditoreditorCB Event |
Note: This API is now obsolete.
Use MaterialChanged event instead.
EditorCB delegate list
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 event SoWinMaterialEditorEditorCB editorCB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use MaterialChanged event instead.")>
Public Event editorCB As SoWinMaterialEditorEditorCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use MaterialChanged event instead.")]
event SoWinMaterialEditorEditorCB^ editorCB {
void add (SoWinMaterialEditorEditorCB^ value);
void remove (SoWinMaterialEditorEditorCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use MaterialChanged event instead.")>]
member editorCB : IEvent<SoWinMaterialEditorEditorCB,
EventArgs>
Value
Type:
OIV.Inventor.WinSoWinMaterialEditorEditorCB
See Also