yucad3d

CadGridPutSnap

Sets the snap of the grid.

void CadGridPutSnap ( YuHandle hDwg, std::int32_t bSnap );

Parameters

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

Return Value

None.

See Also