Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableIsFromFormat
Function ProDwgtableIsFromFormat
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Determines whether the specified table is associated with the format.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableIsFromFormat
(
/* (In)
The drawing table
*/
ProBoolean* from_format
/* (Out)
PRO_B_TRUE if the table is associated with the format; PRO_B_FALSE if the table is not associated with the format.
*/
)
Returns
The function succeeded.
The function failed.
Sample Code References
User Guide References
¿Fue esto útil?