Feedback

  • Contents
 

II3IDStep::NextSteps Property

get_NextSteps

Returns a collection of all steps that this step can branch to.

IDL Function Prototype

HRESULT NextSteps(

   [out, retval] II3IDStepLinks ** NextSteps

);

C/C++ Syntax

HRESULT get_NextSteps(II3IDStepLinks ** NextSteps);

Parameters

NextSteps

The return value is an II3IDStepLinks collection of step links.