SoSearchStepActionSetAddingPathCallback Method (SoSearchStepActionAddingPathCB) |
Note: This API is now obsolete.
Use AddingPathCallback property instead.
Add the user callback that the SearchAction must call while building the path list.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use AddingPathCallback property instead.")]
public void SetAddingPathCallback(
SoSearchStepActionAddingPathCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use AddingPathCallback property instead.")>
Public Sub SetAddingPathCallback (
cb As SoSearchStepActionAddingPathCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use AddingPathCallback property instead.")]
void SetAddingPathCallback(
SoSearchStepActionAddingPathCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use AddingPathCallback property instead.")>]
member SetAddingPathCallback :
cb : SoSearchStepActionAddingPathCB -> unit
Parameters
- cb
- Type: OIV.Inventor.ActionsSoSearchStepActionAddingPathCB
See Also