- Contents
DesignerCOM API
II3IDExitPaths::QueryByExitPathReturnValue Method
Synopsis
Returns an exit path object by its return value in the exit path collection.
IDL Function Prototype
HRESULT QueryByExitPathReturnValue(
[in] long ExitPathReturnValue,
[out, retval] II3IDExitPath ** theExitPath
);
C/C++ Syntax
HRESULT QueryByExitPathReturnValue( long ExitPathReturnValue, II3IDExitPath ** theExitPath);
Parameters
- ExitPathReturnValue
-
The return value used to select the exit path.
- theExitPath
-
An II3IDExitPath exit path object is returned.