yucad3d

CadGridGetColor

Returns the colour of the grid.

std::int32_t CadGridGetColor ( YuHandle hDwg, std::int32_t bBold );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
bBold (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

The colour.

See Also