I am trying to run Pro SDK code and I split some process I need to do into multithread. Each of the threads try to call the GeometryEngine.
I know GeometryEngien is singleton.
The multithread is not the pro threads, I create them within C#.
Can this be done?
Thanks