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