SoSearchStepActionAddingPathCB Delegate |
Namespace: OIV.Inventor.Actions
public delegate bool AddingPathCB( SoPath foundPath, SoSearchStepAction thisSSA )
Public Delegate Function AddingPathCB ( foundPath As SoPath, thisSSA As SoSearchStepAction ) As Boolean
public delegate bool AddingPathCB( SoPath^ foundPath, SoSearchStepAction^ thisSSA )
type AddingPathCB = delegate of foundPath : SoPath * thisSSA : SoSearchStepAction -> bool