- Contents
DesignerCOM API
II3IDExitPaths Interface
Overview
Derived From: IDispatch
Interface ID: {466E33B9-7BFC-4E8E-985D-B662A3DFA67F}
II3IDExitPaths implements a collection of exit paths for a tool.
Methods
Adds an exit path to a tool.This should only be performed on tools that have NOT been committed with the II3IDTool::Commit method or on a step's exit paths collection. |
|
Lets you add an exit path from an existing exit path. |
|
Returns an exit path object by it's index in the exit path collection. |
|
Returns an exit path object by its return value in the exit path collection. |
|
Returns an exit path object by it's name in the exit path collection. |
|
Removes an exit path from the exit paths collection. This should only be called on an exit path collection generated by II3IDStep::get_ExitPaths. |
|
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. |
Properties
Returns the number of items in the collection. |
|
Returns whether or not the exit path collection is modifiable. |
|
The number of exit paths in the collection that were not dynamically added. |