yucad3d

CadGridGetType

Returns the type of the grid.

std::int32_t CadGridGetType ( YuHandle hDwg, std::int32_t bBold );

Parameters

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

Return Value

The type.

See Also