Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableCharheightSet
Function ProDwgtableCharheightSet
Description
To set the default character height for a table.
Synopsis
#include <ProDwgtable.h>
ProDwgtableCharheightSet
(
/* (In)
The table in question.
*/
double char_hgt
/* (In)
The table's new character height, in world units. This is copied from the table to a newly created segment.
*/
)
Returns
The query was successful.
The table did not exist, or the requested char_hgt was out of range.
User Guide References
¿Fue esto útil?