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: 10.12.3.0 (10.12.3.0)
Syntax
public delegate void ErrorCallback(
	SoError error
)

Parameters

error
Type: OIV.Inventor.ErrorsSoError
Remarks

See Also