Click or drag to resize
SoErrorErrorCallback Delegate

Error handling callbacks are of this type.

Namespace: OIV.Inventor.Errors
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public delegate void ErrorCallback(
	SoError error
)

Parameters

error
Type: OIV.Inventor.ErrorsSoError
Remarks

See Also