CadSetTextHeight
Sets the height of the text entity.
double CadSetTextHeight (
YuHandle hDwg,
double Height
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Height (double)
- Height in world units.
Return Value
The numeric value.