yucad3d

CadPolarPutOn

Sets the on of the polar tracking.

void CadPolarPutOn ( YuHandle hDwg, std::int32_t bOn );

Parameters

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

Return Value

None.

See Also