- Contents
DesignerCOM API
II3IDExitPaths::QueryByLabel Method
Synopsis
Returns an exit path object by it's name in the exit path collection.
IDL Function Prototype
HRESULT QueryByLabel(
[in] BSTR ExitPathLabel,
[out, retval] II3IDExitPath ** theExitPath
);
C/C++ Syntax
HRESULT QueryByLabel(BSTR ExitPathLabel, II3IDExitPath ** theExitPath);
Parameters
- ExitPathLabel
-
The label of the exit path object in the collection.
- theExitPath
-
The return value is an II3IDExitPath exit path object.