| SoOffscreenRendererAbortUserDataCB Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute] public delegate SoOffscreenRendererAbortCodes AbortUserDataCB( int numSubimage, int subimageCount, Object userData )
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute> Public Delegate Function AbortUserDataCB ( numSubimage As Integer, subimageCount As Integer, userData As Object ) As SoOffscreenRendererAbortCodes
[EditorBrowsableAttribute(EditorBrowsableState::Never)] [ObsoleteAttribute] public delegate SoOffscreenRendererAbortCodes AbortUserDataCB( int numSubimage, int subimageCount, Object^ userData )
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] [<ObsoleteAttribute>] type AbortUserDataCB = delegate of numSubimage : int * subimageCount : int * userData : Object -> SoOffscreenRendererAbortCodes