API 설명서 > Parameters and relations > Object ProParameter > Function ProParameterIsListValue
Function ProParameterIsListValue
Description
Get whether parameter value type is list or not.
Synopsis
#include <ProParameter.h>
ProParameterIsListValue
(
/* (In)
The parameter.
*/
ProBoolean* is_list
/* (Out)
Will be PRO_B_TRUE if the specified parameter value type is list, else, will be PRO_B_FALSE.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?