Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingTablesCollect
Function ProDrawingTablesCollect
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
collect all tables in the specified drawing
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDrawingTablesCollect
(
ProDrawing drawing
/* (In)
the drawing
*/
ProDwgtable** 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.
Sample Code References
User Guide References
Isto foi útil?