- Contents
DesignerCOM API
II3IDStep::PreviousSteps Property
get_PreviousSteps
Returns an II3IDStepLinks collection of all steps that can branch to this step.
IDL Function Prototype
HRESULT PreviousSteps(
[out, retval] II3IDStepLinks ** PreviousSteps
);
C/C++ Syntax
HRESULT get_PreviousSteps( II3IDStepLinks ** PreviousSteps);
Parameters
- PreviousSteps
-
The return value is an II3IDStepLinks collection of steps that can branch to this step.