Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableSegCharheightGet
Function ProDwgtableSegCharheightGet
Description
To get the default character height for a table segment.
Synopsis
#include <ProDwgtable.h>
ProDwgtableSegCharheightGet
(
int segment
/* (In)
The segment ID you want to check (or -1 for a one seg. table).
*/
double* r_char_hgt
/* (Out)
The segment's character height, in world units. This is height used in understanding row heights in units vs. 'in characters', with (0.5 + 1.5 * rows) height in chars.
*/
)
Returns
The query was successful.
The table or segment did not exist.
A -1 segment ID was used for a multiple segment table.
¿Fue esto útil?