CadGridGetBoldStep
Returns the bold step of the grid.
void CadGridGetBoldStep (
YuHandle hDwg,
std::int32_t* pcx,
std::int32_t* pcy
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - pcx (std::int32_t*)
- Caller-supplied output pointer.
- pcy (std::int32_t*)
- Caller-supplied output pointer.
Return Value
None.