CadPolarDelAngle
Deletes the polar tracking angle.
std::int32_t CadPolarDelAngle (
YuHandle hDwg,
std::int32_t iAngle
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - iAngle (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.