API 설명서 > Miscellaneous > Object ProTables > Function ProTablesCollect
Function ProTablesCollect
Description
Collect all tables in the specified model
Synopsis
#include <ProTable.h>
ProTablesCollect
(
ProMdl model
/* (In)
the model
*/
ProTable** tables
/* (Out)
the array of table. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
The function successfully collected the tables.
One or more input arguments was invalid.
No tables were found.
User Guide References
도움이 되셨나요?