CadTextPutWidth
Sets the width of the text entity.
void CadTextPutWidth (
YuHandle hEnt,
double W
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- W (double)
- Width in world units.
Return Value
None.
Sets the width of the text entity.
None.