Click or drag to resize
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.Actions
Assembly: 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
)

Parameters

cb
Type: OIV.Inventor.ActionsSoSearchStepActionAddingPathCB
See Also