Click or drag to resize
SoGLRenderAction.SetAbortCallback Method (SoGLRenderAction.AbortUserDataCB, 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.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use AbortCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetAbortCallback(
	SoGLRenderAction. AbortUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.Actions.SoGLRenderAction.AbortUserDataCB
userData
Type: System.Object
See Also