|
POST
|
Hi Brian, Move your question to ArcGIS Pro SDK group.
... View more
04-29-2019
02:19 AM
|
2
|
1
|
804
|
|
POST
|
Hi Tiesheng, You need only compiled dll file if you do not use external libraries except ArcGIS. You need to register your dll with C:\Program Files (x86)\Common Files\ArcGIS\bin\esriregasm.exe. If you want to use it on ArcMap10.1 or 10.5 so you need to compile it on 10.1. ArcGIS libraries must be referenced with property Specific version set to FALSE.
... View more
04-29-2019
02:14 AM
|
1
|
4
|
2286
|
|
POST
|
Hi Marvis, Set property "Build Action" of your image to "AddInContent".
... View more
04-23-2019
11:05 PM
|
0
|
0
|
4722
|
|
POST
|
Hi Sean, One more question. Is it possible to read/write from/to Raster type field? If yes- how?
... View more
04-23-2019
04:32 AM
|
0
|
1
|
2997
|
|
POST
|
Hi, You need to login to your Esri account. Goto Downloads, select SDK version you need.
... View more
04-23-2019
12:59 AM
|
0
|
0
|
557
|
|
POST
|
Hi Ben, You need to check the type of your output. Try to cast to Raster. If it is Raster then use SaveAs method. If it is string then open it as Raster and use SaveAs method.
... View more
04-23-2019
12:23 AM
|
2
|
2
|
1818
|
|
POST
|
Thank you Sean. I would be nice to see that information in Snippets and API reference
... View more
04-23-2019
12:09 AM
|
1
|
0
|
2997
|
|
POST
|
Hi Jin, We develop our application from beginning of ArcObjects and don’t use ComReleaser. We have our own utility for releasing COM objects. Sorry, I can’t help you with ComReleaser.
... View more
04-19-2019
02:29 AM
|
0
|
1
|
3000
|
|
POST
|
Hi Sreevatsa, Do you have information about supporting reading and writing BLOB fields in ArcGIS Pro 2.3?
... View more
04-18-2019
04:06 AM
|
0
|
0
|
2997
|
|
POST
|
The path I added to previous reply is from ArcObjects SDK path. It must exist on your computer if you can compile yours library. Your path is used for C++ or other COM based solutions. ArcGIS and SDK version 2 first numbers must match. So 10.7 SDK library can’t be used with ArcGIS 10.6.x
... View more
04-12-2019
07:14 AM
|
0
|
3
|
3000
|
|
POST
|
Jin, Try to check properties of ESRI.ArcGIS.ADF.Connection.Local reference . Specific Version property must be set to False. You can also check existence of ESRI.ArcGIS.ADF.Connection.Local library in C:\Program Files (x86)\ArcGIS\DeveloperKit10.6\DotNet folder. 10.7 has that library.
... View more
04-12-2019
06:06 AM
|
0
|
5
|
3000
|
|
POST
|
Hi Jin, Open Configuration manager (right click on solution). Check project and solution platforms. If your project platform Any CPU, so your solution platform must be Any CPU or Mixed Platforms.
... View more
04-12-2019
12:54 AM
|
0
|
7
|
3000
|
|
POST
|
Hi Mody, Look at the piece of code below that return minimum value of specific table field. I hope it will help. var parameters = Geoprocessing.MakeValueArray(pFeatClass, string.Format("[[{0}, MIN]]", sAreaField)); var gpResult = Geoprocessing.ExecuteToolAsync("Statistics_analysis", parameters); double dMin = Convert.ToDouble(gpResult.Result.Values[0]);
... View more
03-22-2019
01:40 AM
|
0
|
4
|
1818
|
|
POST
|
Hi, I would like to choose from disk projection file with prj extension and then use the content of file to create SpatialReference using SpatialReferenceBuilder. OpenItemDialog has only text files filter ItemFilters.textFiles. It allows to select files with extensions txt, csv and tab. Is it possible to add own filter like "*.prj"?
... View more
03-05-2019
07:32 AM
|
0
|
0
|
823
|
|
POST
|
Hi Dominic, I think you can use different geoprocessing tool "Join Field" (Join Field—Data Management toolbox | ArcGIS Desktop ). It works without layers so it does not need to refresh the content of map. But at first you need to make a copy of your data and run join field geoprocessing tool on it because this tool adds joined fields permanently. After your calculations are completed you need to delete copy of your data. I do not know which way will be faster with geoprocessing but it will not refresh your screen
... View more
12-28-2018
12:17 AM
|
0
|
1
|
3108
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-24-2026 08:33 AM | |
| 1 | 03-23-2026 11:44 AM | |
| 1 | 05-22-2024 11:48 PM | |
| 1 | 02-27-2026 10:33 AM | |
| 1 | 01-07-2026 10:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|