API 文件集 > External tasks > Object ProArgument > Function ProArgumentByLabelGet
Function ProArgumentByLabelGet
Description
Returns the value of a named argument in the list.
Replacement in Object TOOLKIT:
Synopsis
#include <ProToolkitDll.h>
ProArgumentByLabelGet
(
ProArgument* arg_array
/* (In)
The ProArray of arguments.
*/
ProName label
/* (In)
The argument label.
*/
/* (Out)
The argument value.
*/
)
Returns
The argument value was returned.
One or more input argument was invalid.
The argument label was not found in the array.
Sample Code References
這是否有幫助?