yucad3d

CadMTextGetText

Returns the text of the multiline text (MTEXT) entity.

void CadMTextGetText ( 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