yucad3d

CadGridPutShow

Sets the show of the grid.

void CadGridPutShow ( YuHandle hDwg, std::int32_t bShow );

Parameters

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

Return Value

None.

See Also