Documentazione API > Drawings and detail > Object ProDwgtable > Function ProDwgtableSegCharheightSet
Function ProDwgtableSegCharheightSet
Description
To set the default character height for a table segment.
Synopsis
#include <ProDwgtable.h>
ProDwgtableSegCharheightSet
(
int segment
/* (In)
The segment ID you want to check (or -1 for a one seg. table).
*/
double char_hgt
/* (In)
The segment's new 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, or the requested char_hgt was out of range.
A -1 segment ID was used for a multiple segment table.
User Guide References
È stato utile?