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