- Contents
DesignerCOM API
II3IDTool::ExitPaths Property
get_ExitPaths
Returns a collection of the various exit paths defined for the tool.
IDL Function Prototype
HRESULT ExitPaths(
[out, retval] II3IDExitPaths ** theExitPaths
);
C/C++ Syntax
HRESULT get_ExitPaths(II3IDExitPaths ** theExitPaths);
Parameters
- theExitPaths
-
The return value is a collection of II3IDExitPaths exit paths for the tool.