Feedback

  • Contents
 

II3IDStepEvents::StepLinked Method

Synopsis

This method is called when the exit path of one step is assigned to another step.

IDL Function Prototype

HRESULT StepLinked(

   [in] II3IDStepLink * LinkStepInfo,

   [in] VARIANT_BOOL ToolIsPreviousStep

);

C/C++ Syntax

HRESULT StepLinked(II3IDStepLink * LinkStepInfo, VARIANT_BOOL ToolIsPreviousStep);

Parameters

LinkStepInfo

The II3IDStepLink object linked from the exit path.

ToolIsPreviousStep

True if the tool step linked to is a previous step in the handler.