yucad3d

CadWTextGetText

Returns the text of the window-formatted text (WTEXT) entity.

void CadWTextGetText ( YuHandle hEnt, void* szText, std::int32_t MaxChars );

Parameters

hEnt (YuHandle)
Handle to the entity.
szText (void*)
NUL-terminated UTF-8 string.
MaxChars (std::int32_t)
Capacity of the caller-supplied array(s).

Return Value

None.

See Also