Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingTablesUpdate
Function ProDrawingTablesUpdate
Description
Updates all drawing tables.The drawing must be displayed in a window. Call ProMdlDisplay() to display drawing before using this function.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDrawingTablesUpdate
(
ProDrawing drawing
/* (In)
The drawing
*/
)
Returns
The function successfully updated the table.
Model is in read-only state.
The function argument is invalid.
Sample Code References
User Guide References
Isto foi útil?