CadTextPutPoint
Sets the point of the text entity.
void CadTextPutPoint (
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.