SoWinMaterialEditorEditorCB Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
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