Feedback

  • Contents
 

II3IDStep::Parameters Property

get_Parameters

Returns a collection of parameters that are instantiated for this step. You may optionally use this property to return parameters for an internal subroutine step.

IDL Function Prototype

HRESULT Parameters(

   [out, retval] II3IDParameters ** Parms

);

C/C++ Syntax

HRESULT get_Parameters(II3IDParameters ** Parms);

Parameters

Parms

The return value is an II3IDParameters collection of parameters that are instantiated for this step.