yucad3d

CadSetTextAlign

Sets the align of the text entity.

std::int32_t CadSetTextAlign ( YuHandle hDwg, std::int32_t Align );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Align (std::int32_t)
Integer value.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also