CadGridPutType
Sets the type of the grid.
void CadGridPutType (
YuHandle hDwg,
std::int32_t bBold,
std::int32_t Type
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - bBold (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
- Type (std::int32_t)
- Integer value.
Return Value
None.