Click or drag to resize
SoWinColorEditorEditorUserDataCB Delegate

Note: This API is now obsolete.

Namespace: OIV.Inventor.Win
Assembly: 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
)

Parameters

color
Type: OIV.InventorSbColor
userData
Type: SystemObject
See Also