CadPolarPutDistOn
Sets the dist on of the polar tracking.
void CadPolarPutDistOn (
YuHandle hDwg,
std::int32_t bDist
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - bDist (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.