API Documentation > Miscellaneous > Object ProParamtableset > Function ProParamtablesetEntriesGet
Function ProParamtablesetEntriesGet
Description
Obtains the entries that are contained in this parameter table set.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParamtablesetEntriesGet
(
/* (In)
The parameter table set.
*/
ProParamtableEntry** entry_array
/* (Out)
ProArray of table entries for the parameter table set.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?