API Documentation > Parameters and relations > Object ProParameter > Function ProParameterListTypeSet
Function ProParameterListTypeSet
Description
Set parameter value type as list.
Synopsis
#include <ProParameter.h>
ProParameterListTypeSet
(
/* (In)
The parameter.
*/
ProBoolean is_list
/* (In)
This is PRO_B_TRUE if the specified parameter value type wants to set as list. This is PRO_B_FALSE if the specified parameter value type wants to set as non-list.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?