Function ProDwgtableCharheightSet
Description
To set the default character height for a table.
Synopsis
#include <ProDwgtable.h>
ProDwgtableCharheightSet
(
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.
これは役に立ちましたか?