- Contents
DesignerCOM API
II3IDStep::Handler Property
get_Handler
Returns the handler object that contains this step.
IDL Function Prototype
HRESULT Handler(
[out, retval] II3IDHandler ** TheHandler
);
C/C++ Syntax
HRESULT get_Handler( II3IDHandler ** TheHandler);
Parameters
- TheHandler
-
The return value is the II3IDHandler object that contains this step.