SoWinMaterialEditorEditorCB Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate void EditorCB(
SoMaterial mtl
)
Public Delegate Sub EditorCB (
mtl As SoMaterial
)
public delegate void EditorCB(
SoMaterial^ mtl
)
type EditorCB =
delegate of
mtl : SoMaterial -> unit
Parameters
- mtl
- Type: OIV.Inventor.NodesSoMaterial
Remarks See Also