- Contents
DesignerCOM API
II3IDStep2::IsParameterCollectionAvailable Property
get_IsParameterCollectionAvailable
Returns whether or not the step is able to return a parameters collection.
IDL Function Prototype
HRESULT IsParameterCollectionAvailable(
[out, retval] VARIANT_BOOL * ParametersAvailable
);
C/C++ Syntax
HRESULT get_IsParameterCollectionAvailable(VARIANT_BOOL * ParametersAvailable);
Parameters
- ParametersAvailable
-
Returns True if this step can return a parameters collection; otherwise False.