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.ActionsAssembly: 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
)
<ObsoleteAttribute("Use PreTailTraversal event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddPreTailCallback (
cb As SoCallbackActionCallbackActionCB
)
public:
[ObsoleteAttribute(L"Use PreTailTraversal event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddPreTailCallback(
SoCallbackActionCallbackActionCB^ cb
)
[<ObsoleteAttribute("Use PreTailTraversal event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddPreTailCallback :
cb : SoCallbackActionCallbackActionCB -> unit
Parameters
- cb
- Type: OIV.Inventor.ActionsSoCallbackActionCallbackActionCB
See Also