CadGridPutSize
Sets the size of the grid.
void CadGridPutSize (
YuHandle hDwg,
double dx,
double dy
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - dx (double)
- Numeric value (double precision).
- dy (double)
- Numeric value (double precision).
Return Value
None.