- Contents
DesignerCOM API
II3IDExitPaths::RemoveByReturnValue Method
Synopsis
Removes an exit path from the exit paths collection by its return value. This should only be called on an exit path collection generated by II3IDStep::get_ExitPaths.
IDL Function Prototype
HRESULT RemoveByReturnValue(
[in] long ExitPathReturnValue
);
C/C++ Syntax
HRESULT RemoveByReturnValue(long ExitPathReturnValue);
Parameters
- ExitPathReturnValue
-
An exit path return value.