API 설명서 > Drawings and detail > Object ProDwgtable > Function ProDwgtableInfoGet
Function ProDwgtableInfoGet
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
도움이 되셨나요?