Feedback

  • Contents
 

II3IDExitPaths Interface

Overview

Derived From:        IDispatch

Interface ID:          {466E33B9-7BFC-4E8E-985D-B662A3DFA67F}

II3IDExitPaths implements a collection of exit paths for a tool.

Methods

Add

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.

AddFromExitPath

Lets you add an exit path from an existing exit path.

Item

Returns an exit path object by it's index in the exit path collection.

QueryByExitPathReturnValue

Returns an exit path object by its return value in the exit path collection.

QueryByLabel

Returns an exit path object by it's name in the exit path collection.

Remove

Removes an exit path from the exit paths collection. This should only be called on an exit path collection generated by II3IDStep::get_ExitPaths.

RemoveByReturnValue

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

Count

Returns the number of items in the collection.

IsModifiable

Returns whether or not the exit path collection is modifiable.

RegisteredCount

The number of exit paths in the collection that were not dynamically added.