Feedback

  • Contents
 

II3IDStepEvents::StepInserted Method

Synopsis

This step event method is called when an instance of a tool is added to a handler.

IDL Function Prototype

HRESULT StepInserted(

   [in] II3IDStep * InsertedStep

);

C/C++ Syntax

HRESULT StepInserted(II3IDStep * InsertedStep);

Parameters

InsertedStep

An II3IDStep step object is returned.