yucad3d

CadMlineStylePutColor

Sets the colour of the multiline style.

void CadMlineStylePutColor ( YuHandle hStyle, std::int32_t iLine, std::int32_t Color );

Parameters

hStyle (YuHandle)
Handle to the style.
iLine (std::int32_t)
Integer value.
Color (std::int32_t)
Colour value (see the function description: ACI palette index 1-255, or a COLORREF 0x00BBGGRR).

Return Value

None.

See Also