Click or drag to resize
SoCallbackActionAddPreTailCallback Method (SoCallbackActionCallbackActionCB)

Note: This API is now obsolete.

Use PreTailTraversal event instead. Sets up a delegate to call when the action is applied to a path. This function is called just before the node at the tail of the path is traversed.

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(
	SoCallbackActionCallbackActionCB cb
)

Parameters

cb
Type: OIV.Inventor.ActionsSoCallbackActionCallbackActionCB
See Also