Click or drag to resize
SoGLRenderActionAbortCB Delegate

Callback functions for render abort should be of this type.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public delegate SoGLRenderActionAbortCodes AbortCB()

Return Value

Type: SoGLRenderActionAbortCodes
Remarks

This typedef is defined within the class, since it needs to refer to the AbortCode enumerated type.

See Also