1

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.

1
  • 2
    Welcome 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. Commented Dec 12, 2018 at 11:52

1 Answer 1

2

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]

Executing a tool via async [.net]

Executing a tool in the background [.net]

2
  • I'm not sure why Esri blocks google from crawling .NET arcobjects help. desktop.arcgis.com/en/arcobjects/latest/net/… Commented Dec 21, 2018 at 3:51
  • @KirkKuykendall thanks! thats the one I was thinking of. I added it into the answer Commented Dec 21, 2018 at 13:22

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.