SoSearchStepActionAddingPathDataCB Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ActionsAssembly: 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
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Function AddingPathDataCB (
foundPath As SoPath,
action As SoSearchStepAction,
userData As Object
) As Boolean
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate bool AddingPathDataCB(
SoPath^ foundPath,
SoSearchStepAction^ action,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type AddingPathDataCB =
delegate of
foundPath : SoPath *
action : SoSearchStepAction *
userData : Object -> bool
Parameters
- foundPath
- Type: OIV.InventorSoPath
- action
- Type: OIV.Inventor.ActionsSoSearchStepAction
- userData
- Type: SystemObject
Return Value
Type:
Boolean
See Also