- Contents
 
DesignerCOM API
II3IDExitPaths::Remove Method
Synopsis
Removes an exit path from the exit paths collection. This should only be called on an exit path collection generated by II3IDStep::get_ExitPaths.
IDL Function Prototype
HRESULT Remove(
[in] long ExitPathIndex
);
C/C++ Syntax
HRESULT Remove(long ExitPathIndex);
Parameters
- ExitPathIndex
 - 
 
The index of the item that will be removed from the collection.
 

 
			 