CadPointPutText
Sets the text of the point.
void CadPointPutText (
YuHandle hEnt,
const char* szText
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- szText (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Sets the text of the point.
None.