yucad3d

CadWTextPutPoint

Sets the point of the window-formatted text (WTEXT) entity.

void CadWTextPutPoint ( YuHandle hEnt, double X, double Y, double Z );

Parameters

hEnt (YuHandle)
Handle to the entity.
X (double)
World coordinate.
Y (double)
World coordinate.
Z (double)
World coordinate.

Return Value

None.

See Also