Click or drag to resize
SoSearchStepActionAddingPathDataCB Delegate

Note: This API is now obsolete.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool AddingPathDataCB(
	SoPath foundPath,
	SoSearchStepAction action,
	Object userData
)

Parameters

foundPath
Type: OIV.InventorSoPath
action
Type: OIV.Inventor.ActionsSoSearchStepAction
userData
Type: SystemObject

Return Value

Type: Boolean
See Also