- Contents
DesignerCOM API
II3IDOldStepInfo::ExitPathsNextSteps Property
get_ExitPathsNextSteps
Returns a collection of steps to which the exit paths from get_ExitPaths were connected. There is a 1 to 1 correlation here based on the index in the collection.
IDL Function Prototype
HRESULT ExitPathsNextSteps(
[out, retval] II3IDSteps ** OldExitPathsNextSteps
);
C/C++ Syntax
HRESULT get_ExitPathsNextSteps( II3IDSteps ** OldExitPathsNextSteps);
Parameters
- OldExitPathsNextSteps
-
An II3IDSteps collection is returned.