- Contents
 
DesignerCOM API
II3IDTool2::IsParameterCollectionAvailable Property
get_IsParameterCollectionAvailable
Returns whether or not the initiator can return parameter collections.
IDL Function Prototype
HRESULT IsParameterCollectionAvailable(
[out, retval] VARIANT_BOOL * ParametersAvailable
);
C/C++ Syntax
HRESULT get_IsParameterCollectionAvailable(VARIANT_BOOL * ParametersAvailable);
Parameters
- ParametersAvailable
 - 
 
Returns True if the initiator can return parameter collections; otherwise False.
 

 
			 