Click or drag to resize
SoGLRenderActionSetAbortCallback Method (SoGLRenderActionAbortUserDataCB, Object)

Note: This API is now obsolete.

Use AbortCallback property instead.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use AbortCallback property instead.")]
public void SetAbortCallback(
	SoGLRenderActionAbortUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.ActionsSoGLRenderActionAbortUserDataCB
userData
Type: SystemObject
See Also