API Documentation > Drawings and detail > Object ProDwgtable > Function ProDwgtableInfoGet
Function ProDwgtableInfoGet
DEPRECATED:
Creo 13.0
SUPERSEDED BY:
Description
Retrieves information about the specified drawing table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableInfoGet
(
/* (In)
The table
*/
int segment
/* (In)
The segment identifier
*/
ProDwgtableInfo* table_info
/* (Out)
The drawing table information
*/
)
Returns
The function executed successfully.
The specified drawing or table was not found.
One of more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?