Click or drag to resize
SoCallbackActionAddPreTailCallback Method (SoCallbackActionCallbackActionUserDataCB, Object)

Note: This API is now obsolete.

Use PreTailTraversal event instead.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use PreTailTraversal event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddPreTailCallback(
	SoCallbackActionCallbackActionUserDataCB cb,
	Object userData
)

Parameters

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