yucad3d

CadDimStylePutColor

Sets the colour of the dimension style.

void CadDimStylePutColor ( YuHandle hStyle, std::int32_t Item, std::int32_t Color );

Parameters

hStyle (YuHandle)
Handle to the style.
Item (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