yucad3d

CadGridPutColor

Sets the colour of the grid.

void CadGridPutColor ( YuHandle hDwg, std::int32_t bBold, std::int32_t Color );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
bBold (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Color (std::int32_t)
Colour value (see the function description: ACI palette index 1-255, or a COLORREF 0x00BBGGRR).

Return Value

None.

See Also