Click or drag to resize
SoOffscreenRendererAbortUserDataCB Delegate

Note: This API is now obsolete.

AbortCB delegate. See #SetAbortCallback for more details.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate SoOffscreenRendererAbortCodes AbortUserDataCB(
	int numSubimage,
	int subimageCount,
	Object userData
)

Parameters

numSubimage
Type: SystemInt32
subimageCount
Type: SystemInt32
userData
Type: SystemObject

Return Value

Type: SoOffscreenRendererAbortCodes
See Also