SoWinColorEditorEditorUserDataCB Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void EditorUserDataCB(
SbColor color,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub EditorUserDataCB (
color As SbColor,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void EditorUserDataCB(
SbColor color,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type EditorUserDataCB =
delegate of
color : SbColor *
userData : Object -> unit
Parameters
- color
- Type: OIV.InventorSbColor
- userData
- Type: SystemObject
See Also