CadSelColor
Sets the highlight colour used for selected entities.
void CadSelColor (
YuHandle hDwg,
std::int32_t Color
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Color (std::int32_t)
- Colour value (see the function description: ACI palette index 1-255, or a
COLORREF0x00BBGGRR).
Return Value
None.