- Contents
 
DesignerCOM API
II3IDStepEvents::StepUnlinked Method
Synopsis
This method is called when the link between two steps has been removed.
IDL Function Prototype
HRESULT StepUnlinked(
[in] II3IDStep * PreviousStep,
[in] II3IDExitPath * PreviousStepExitPath, II3IDStep * NextStep,
[in] VARIANT_BOOL ToolIsPreviousStepInStepInfo
);
C/C++ Syntax
HRESULT StepUnlinked(II3IDStep * PreviousStep, II3IDExitPath * PreviousStepExitPath, II3IDStep * NextStep, VARIANT_BOOL ToolIsPreviousStepInStepInfo);
Parameters
- PreviousStep
 - 
 
The previous II3IDStep step object.
 - PreviousStepExitPath
 - 
 
The II3IDExitPath exit path of the previous step.
 - NextStep
 - 
 
The next II3IDStep step object.
 - ToolIsPreviousStepInStepInfo
 - 
 
The II3IDExitPath exit path of the next step.
 

 
			 