Click or drag to resize
SoCallbackActionAddPostTailCallback Method (SoCallbackActionCallbackActionCB)

Note: This API is now obsolete.

Use PostTailTraversal event instead. Sets up a delegate to call when the action is applied to a path. This function is called just after 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 PostTailTraversal event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddPostTailCallback(
	SoCallbackActionCallbackActionCB cb
)

Parameters

cb
Type: OIV.Inventor.ActionsSoCallbackActionCallbackActionCB
See Also