Feedback

  • Contents
 

II3IDStepLink::PreviousStep Property

get_PreviousStep

Returns the step that is the 'source' step in this step link.

IDL Function Prototype

HRESULT PreviousStep(

   [out, retval] II3IDStep ** PreviousStep

);

C/C++ Syntax

HRESULT get_PreviousStep(II3IDStep ** PreviousStep);

Parameters

PreviousStep

The return value is the source II3IDStep object.