- Contents
DesignerCOM API
II3IDExitPaths::AddFromExitPath Method
Synopsis
Lets you add an exit path from an existing exit path.
IDL Function Prototype
HRESULT AddFromExitPath(
[in] II3IDExitPath * ExitPath,
[in, optional, defaultvalue(-1)] long Index,
[out, retval] II3IDExitPath ** NewExitPath
);
C/C++ Syntax
HRESULT AddFromExitPath( II3IDExitPath * ExitPath, long Index, II3IDExitPath ** NewExitPath);
Parameters
- ExitPath
-
An II3IDExitPath object.
- Index
-
Optional index number.The default value is -1.
- NewExitPath
-
An II3IDExitPath object is returned.