- Contents
DesignerCOM API
II3ID::CurrentHandlerSelectedSteps Property
get_CurrentHandlerSelectedSteps
Returns an II3IDSteps collection of the currently selected steps for the handler displayed in the active window.
IDL Function Prototype
HRESULT CurrentHandlerSelectedSteps(
[out, retval] II3IDSteps ** TheSelectedSteps
);
C/C++ Syntax
HRESULT get_CurrentHandlerSelectedSteps(II3IDSteps ** TheSelectedSteps);
Parameters
- TheSelectedSteps
-
An II3IDSteps collection object is returned.