SoWinColorEditorEditorCB Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic delegate void EditorCB(
out SbColor color
)
Public Delegate Sub EditorCB (
<OutAttribute> ByRef color As SbColor
)
public delegate void EditorCB(
[InAttribute] [OutAttribute] SbColor% color
)
type EditorCB =
delegate of
color : SbColor byref -> unit
Parameters
- color
- Type: OIV.InventorSbColor
Remarks
See Also