Could someone suggest how to use ArcGIS Engine Background Geoprocessing (64 bit) in ArcGIS Engine 10.4 ArcObjects console application?
I am using C#, .Net 4.5.2 framework, ArcObjects SDK 10.4 to develop this.
-
2Welcome to gis.SE! :) This isn't a discussion forum, but a focused Q&A format. Please give more details about what you have tried and what doesn't work. If you haven't done so, please take the tour.StefanBrand_EOX– StefanBrand_EOX2018年12月12日 11:52:43 +00:00Commented Dec 12, 2018 at 11:52
1 Answer 1
It's not actually as complicated as you'd think.
It's simply a matter of installing both the SDK environment (ArcEngine) and the 64bit Background Geoprocessing for ArcEngine. Once that's installed, any tool that you execute in the background will leverage 64bit by default. There' isn't special code you need to have it execute in the 64bit space; it's just used if it's installed.
Running a tool in the background [java]
-
I'm not sure why Esri blocks google from crawling .NET arcobjects help. desktop.arcgis.com/en/arcobjects/latest/net/…Kirk Kuykendall– Kirk Kuykendall2018年12月21日 03:51:31 +00:00Commented Dec 21, 2018 at 3:51
-
@KirkKuykendall thanks! thats the one I was thinking of. I added it into the answerKHibma– KHibma2018年12月21日 13:22:47 +00:00Commented Dec 21, 2018 at 13:22
Explore related questions
See similar questions with these tags.