Feedback

  • Contents
 

II3IDStepEvents::StepToBeRemoved Method

Synopsis

This method is called when a request is made to delete an instance of a tool.

IDL Function Prototype

HRESULT StepToBeRemoved(

   [in] II3IDStep * StepToRemove

);

C/C++ Syntax

HRESULT StepToBeRemoved(II3IDStep * StepToRemove);

Parameters

StepToRemove

The II3IDStep instance of a tool that is to be removed.