Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I saw that there is an esri toolbox available for visual studio, and also saw that there is a way in ARCGIS to make a log file with all the operations.
I was wondering if its possible to run an ARCGIS log file in C#, and execute all the commands in the C# windows app.
Thanks in advance.

What I have tried:

I was just wondering if this is possible, so I haven't tried anything until now.
Posted
Comments
RedDk 13-Dec-17 15:27pm    
What is a "ARCGIS log file"?
Member 10850253 13-Dec-17 16:32pm    
It's a history of all the geoprocesses that have been made in the arcgis project.
RedDk 13-Dec-17 16:44pm    
So the log is actually a record of interface command issues? My experience with logs is that sometimes an interface will be accompanied by a scripting engine which is the actual issuer. If the platform is, say javascript, then the jscript commands you see listed probably have some basis in that language which might be user leveragable. But only through some sort of SDK. [edit} There's an "API" perhaps ... [edit end]
Member 10850253 14-Dec-17 11:23am    
There is the arcgis.runtime package in nuget, but I don't know if I can develop a standalone app, that uses arcgis function, without the need of installing arcgis, and use the view execution tool in arcgis, to run the log file in this app.
Thanks for your help.
RedDk 14-Dec-17 13:41pm    
This is usually the case when there is no SDK; the methods and functions that have been wrapped up in a standard .dll and/or packaged with an .exe extension, even "offered" as toolbox fare, becomes somewhat proprietary. Often to the extent that claims to the actual language, as you say C# (would be the nicest "if only I had the code 'cause I've got a compiler that will do something useful with it and plenty of examples with which to dissect "method" and such") ... and an underlying .NET assembly which IS NOT proprietary ... might still make flipping through the Object Browser of VS worth while if you can load that .dll.

I'm still curious though. Can you post a patch of that ARCGIS log file so that we can look with our schematic eyes at what an output from the interface dealings engenders?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900