SoErrorErrorCallback Delegate |
Error handling callbacks are of this type.
Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public delegate void ErrorCallback(
SoError error
)
Public Delegate Sub ErrorCallback (
error As SoError
)
public delegate void ErrorCallback(
SoError^ error
)
type ErrorCallback =
delegate of
error : SoError -> unit
Parameters
- error
- Type: OIV.Inventor.ErrorsSoError
Remarks See Also