Turn on and off ESNAP from .Net
Posted: Mon Jun 22, 2020 12:41 am
Is it possible to turn on and off entity snapping using the .net api? Can not find the documentation on this.
Kind regards
Geza
Kind regards
Geza
Free technical support forum for CMS IntelliCAD and ERP MRP Software
https://forums.intellicadms.com/
Code: Select all
// Turn-off running snap
Application.SetSystemVariable("SNAPMODE", 0);
// Turn-on running snap
Application.SetSystemVariable("SNAPMODE", 1);