SoErrorErrorUserDataCallback Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void ErrorUserDataCallback(
SoError error,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub ErrorUserDataCallback (
error As SoError,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void ErrorUserDataCallback(
SoError^ error,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ErrorUserDataCallback =
delegate of
error : SoError *
userData : Object -> unit
Parameters
- error
- Type: OIV.Inventor.ErrorsSoError
- userData
- Type: SystemObject
See Also