- Contents
DesignerCOM API
II3IDExitPaths::Item Method
Synopsis
Returns an exit path object by it's index in the exit path collection.
IDL Function Prototype
HRESULT Item(
[in] long ExitPathIndex,
[out, retval] II3IDExitPath ** theExitPath
);
C/C++ Syntax
HRESULT Item(long ExitPathIndex, II3IDExitPath ** theExitPath);
Parameters
- ExitPathIndex
-
The index number of the exit path that you wish to retrieve from the collection.
- theExitPath
-
An II3IDExitPath object is returned.