SoWinColorEditorEditorCB 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(
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