yucad3d

CadWTextPutUnderline

Sets the underline of the window-formatted text (WTEXT) entity.

void CadWTextPutUnderline ( YuHandle hEnt, std::int32_t bOn );

Parameters

hEnt (YuHandle)
Handle to the entity.
bOn (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

None.

See Also