- Contents
DesignerCOM API
II3IDStepLink::NextStep Property
get_NextStep
Returns the step that is acting as the 'target' in this step link. The previous step's exit path will visually hook up to this step in Interaction Designer.
IDL Function Prototype
HRESULT NextStep(
[out, retval] II3IDStep ** NextStep
);
C/C++ Syntax
HRESULT get_NextStep(II3IDStep ** NextStep);
Parameters
- NextStep
-
The return value is the targeted II3IDStep object.