- Contents
DesignerCOM API
II3IDStep::SourceInitiator Property
get_SourceInitiator
Returns the initiator object used to create this step.
IDL Function Prototype
HRESULT SourceInitiator(
[out, retval] II3IDInitiator ** TheInitiator
);
C/C++ Syntax
HRESULT get_SourceInitiator(II3IDInitiator ** TheInitiator);
Parameters
- TheInitiator
-
The return value is an II3IDInitiator initiator object that wraps the initiator used to create this step.