How can I check/uncheck Fast Semi-Diameters from within a macro?
Solved
Fast Semi-Diameters
Best answer by MichaelH
Hi Gary,
This is something that is not hooked up with the ZPL (it would be under the SYSP keyword but this function was added after SYSP was implemented and the keyword was never updated), but it is available in the API. To toggle this in the API, you can use the following code:
TheSystem.SystemData.Aperture.FastSemiDiameters = true;
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.