CadTextPutHeight
Sets the height of the text entity.
void CadTextPutHeight (
YuHandle hEnt,
double H
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- H (double)
- Height in world units.
Return Value
None.
Sets the height of the text entity.
None.