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