SoSearchStepActionAddingPathCB Delegate |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax 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
Parameters
- foundPath
- Type: OIV.InventorSoPath
- thisSSA
- Type: OIV.Inventor.ActionsSoSearchStepAction
Return Value
Type:
BooleanSee Also