- Contents
DesignerCOM API
II3IDHandler2::StepsForSubroutine Method
Synopsis
Returns a collection of steps in the handler that use the specified subroutine.
IDL Function Prototype
HRESULT StepsForSubroutine(
[in] VARIANT SubroutineSpecifier,
[out, retval] II3IDSteps ** SubroutineSteps
);
C/C++ Syntax
HRESULT StepsForSubroutine(VARIANT SubroutineSpecifier, II3IDSteps ** SubroutineSteps);
Parameters
- SubroutineSpecifier
-
The name of the subroutine to search for.
- SubroutineSteps
-
The return value is a collection of II3IDSteps step objects.