POST
|
Hi, I am using ArcEngine 10.0 and I realize that IGXDialog is not available anymore, which causes a big problem since the only way for a user to navigate to datasets is with OpenFileDialog. This works ok(but not great) for Shapefiles and rasters, but I don't know how to access datasets residing in a geodatabase???? Any ideas. I find it hard to believe that ESRI would pull the rug out for this important functionality. Thanks,
... View more
11-17-2014
12:37 PM
|
0
|
0
|
1271
|
POST
|
Hi Sujay, Did you ever resolve this?? What a pain that ESRI removed this very important functionality in Engine. Thanks,
... View more
11-17-2014
12:20 PM
|
0
|
0
|
2
|
POST
|
Hi, I am using 10.0 with three locators in my composite geocoder. I noticed the sorting is being done by the locator. It will make so much sense for me it it was sorted by score. Is it possible to sort the geocoding result by score rather than sorting it by locator. Thanks.
... View more
11-26-2013
03:29 AM
|
0
|
2
|
2721
|
POST
|
Sean, after looking at this closer, I don't think it will help. I don't have a toolbar in my application. I have a "button" that the user uses to add data. it is not related at all to a map viewer.
... View more
08-23-2013
10:36 AM
|
0
|
0
|
13
|
POST
|
that sounds very encouraging, but I don't know how to use this. Do you have any examples? thanks,
... View more
08-23-2013
10:32 AM
|
0
|
0
|
13
|
POST
|
OK, I realize that I can't use this in Engine now because of Binding and exclusive locks on licenses. I can use the Windows dialog box for most of my work, altho this is messy for raster files. BUT I have to be able to access datasets in geodatabases, and this can't be done in windows. Is there anything I can use????? This is a big deal breaker. thanks,,
... View more
08-23-2013
07:03 AM
|
0
|
3
|
181
|
POST
|
thanks for all your input, I am doing all the binding necessary for Engine, it was just this GP tool I had trouble with. Anyway, I figured it out. I have to pass in an object, table, not the literal string for the table. so all good now. Cheers
... View more
08-23-2013
04:46 AM
|
0
|
0
|
5
|
POST
|
interesting question, but they are both integers. I have used the exact same parameters in ArcToolBox to perform this task, so I know this should work. THis is in arcEngine, in case that matters.
... View more
08-22-2013
08:21 AM
|
0
|
0
|
5
|
POST
|
HI, I am in Arc10.0 using VB.net. trying to use the GP tool JoinField as shown below, but it keeps giving "Runtime.InteropServices.COMException (0x80004005)" ERRORS. I have used other GP tools just fine. FYI, below I have also tried adding the tables as objects and without the .dbf extension with no luck. Public Function Test_GP2() ' Create geoprocessor. Overwrite true will replace existing output. Dim pJoin As ESRI.ArcGIS.DataManagementTools.JoinField Dim Result As ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult Try ' Execute the tool pJoin = New ESRI.ArcGIS.DataManagementTools.JoinField pJoin.in_data = "C:\_Debbie\GapTool\Results\2\3S_3\Output\3S_3\E_3S_3.dbf" pJoin.in_field = "VALUE" pJoin.join_table = "V:\Natural_Resources\LandCover2000\LV2000\LV2000.dbf" pJoin.join_field = "UNIQUE_ID" Result = RunTool(pJoin, Nothing) Catch ex As Exception MsgBox("ERROR: " & m_Current_Address & " - Export table - " & " " & ex.Message) Finally pJoin = Nothing Result = Nothing End Try End Function Public Function RunTool(ByVal Process As ESRI.ArcGIS.Geoprocessor.IGPProcess, ByVal TC As ESRI.ArcGIS.esriSystem.ITrackCancel) As ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult Dim Result As ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult Dim GP As ESRI.ArcGIS.Geoprocessor.Geoprocessor = New ESRI.ArcGIS.Geoprocessor.Geoprocessor() Try Result = CType(GP.Execute(Process, Nothing), ESRI.ArcGIS.Geoprocessing.IGeoProcessorResult) If Result.Status <> ESRI.ArcGIS.esriSystem.esriJobStatus.esriJobSucceeded Then MsgBox("error") 'ReturnMessages() GP.ClearMessages() Catch ex As Exception System.Windows.Forms.MessageBox.Show(ex.ToString, "Run Geoprocessor") End Try Return Result End Function thanks,
... View more
08-22-2013
06:58 AM
|
0
|
4
|
118
|
POST
|
thanks for much for replying Neil, I do in fact have Desktop installed on my machine and all my clients do to. I have the .Net SDK installed also, is there another SDK just for desktop?? I was not aware of this, maybe that is the issue. I can't use the FeatureclasstoFeatureclass, because what I need to do is specifically export the featureclass data as a table and I don't think anything does this except for Iexportoperation. I actually tried to use FeatureDataConverter, which works to some degree but requires fields being added and copied and got really messy. as for using the Windows Dialog, I did try that and it was also messy especially when the user had to select Grids, there is no filter for that. I know this can be done, because some people have said it is doable, but I am missing something integral with the binding of licenses I think. I thought ESRI was going to encourage Engine not discourage working with it.
... View more
08-13-2013
04:21 AM
|
0
|
0
|
8
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|