yucad3d

CadGridGetSize

Returns the size of the grid.

void CadGridGetSize ( YuHandle hDwg, double* pdx, double* pdy );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
pdx (double*)
Caller-supplied output pointer.
pdy (double*)
Caller-supplied output pointer.

Return Value

None.

See Also