- Contents
DesignerCOM API
II3IDExitPath::SourceSubroutine Property
get_SourceSubroutine
Return a subroutine object that wraps the subroutine used to create this exit path.
IDL Function Prototype
HRESULT SourceSubroutine(
[out, retval] II3IDSubroutine ** Subroutine
);
C/C++ Syntax
HRESULT get_SourceSubroutine( II3IDSubroutine ** Subroutine);
Parameters
- Subroutine
-
An II3IDSubroutine subroutine object is returned.