- Contents
DesignerCOM API
II3IDStep::SourceSubroutine Property
get_SourceSubroutine
Return a subroutine object that wraps the subroutine used to create this step.
IDL Function Prototype
HRESULT SourceSubroutine(
[out, retval] II3IDSubroutine ** TheSubroutine
);
C/C++ Syntax
HRESULT get_SourceSubroutine(II3IDSubroutine ** TheSubroutine);
Parameters
- TheSubroutine
-
The return value is an II3IDSubroutine subroutine used to create this step.