SoGLRenderActionAbortCB Delegate |
Callback functions for render abort should be of this type.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public delegate SoGLRenderActionAbortCodes AbortCB()
Public Delegate Function AbortCB As SoGLRenderActionAbortCodes
public delegate SoGLRenderActionAbortCodes AbortCB()
type AbortCB =
delegate of unit -> SoGLRenderActionAbortCodes
Return Value
Type:
SoGLRenderActionAbortCodesRemarks This typedef is defined within the class, since it needs to refer to the AbortCode enumerated type.
See Also