Click or drag to resize
SoErrorErrorUserDataCallback Delegate

Note: This API is now obsolete.

Namespace: OIV.Inventor.Errors
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void ErrorUserDataCallback(
	SoError error,
	Object userData
)

Parameters

error
Type: OIV.Inventor.ErrorsSoError
userData
Type: SystemObject
See Also