Feedback

  • Contents
 

II3IDStepEvents::StepUpdated Method

Synopsis

This method is called when a step has been updated.

IDL Function Prototype

HRESULT StepUpdated(

   [in] II3IDStep * UpdatedStep

);

C/C++ Syntax

HRESULT StepUpdated(II3IDStep * UpdatedStep);

Parameters

UpdatedStep

The return value is the II3IDStep object that was updated.