CadGridPutLevel
Sets the level of the grid.
void CadGridPutLevel (
YuHandle hDwg,
std::int32_t Level
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Level (std::int32_t)
- Integer value.
Return Value
None.
Sets the level of the grid.
CadCreate.None.