Tagged Questions
2
votes
0answers
82 views
Can I use an Update cursor with a versioned feature class which has attachments in ArcObjects .NET
I have a problem with my code (C# ArcObjects 10.1). We are trying to update and insert 10 - 15 rows at a time into a feature class hosted in ArcSDE 10.1 on SQL Server 2008 R2.
We have a feature class ...
0
votes
0answers
29 views
ESRI AddFeatures call on rest endpoint with attributes
I can add a line feature via the rest endpoint with my hand crafted call from C#. However, if i add any attributes to the call it will fail and say unable to perform operation.
All of the fields in ...
3
votes
1answer
76 views
Running Regular Queries Through ArcSDE
Working on an .net arcobjects app that's connecting to a Geodatabase (Oracle) through ArcSDE. I make a bunch of edits inside a EditSession but the data I am touching have a bunch of foreign Key ...
0
votes
0answers
261 views
Unable to add SDE featureclass to map using arcobjects
I am currently in the process of converting our VBA apps to .net (C#) using Visual Studio 2010 and ArcGIS 10.1.
On my current project, I want to add a layer to the map from SDE.
I have the ...
1
vote
1answer
134 views
Versioning geodatabases
I am trying to reconcile and post the edits. I would like to know if I can post the versions to two different parents. Could some one help me with c# coding on how to do this.
5
votes
1answer
1k views
ArcObjects: modifying feature field value
I'm developing an ArcMap extension and looking for a way to change feature attributes knowing its feature class and OID (and, presumably, everything else that there is in IFeature). All layers use ...
13
votes
3answers
2k views
ArcObjects: Memory leak in IFeatureClass.Search (only on SDE with direct connect)
UPDATE 6/30/11: ESRI Support say they have reproduced the issue and have opened a bug report (NIM070156).
I have determined that there is a memory leak (in unmanaged heap memory) that occurs when a ...
1
vote
1answer
284 views
How to execute gp.execute ArcSDE tool in C#
So I created an ArcGIS 10 toolbox in ArcSDE and added a tool to it.
There are enough examples out there on how to execute a tool.tbx that resides outside SDE or GeoDB.
But in C#, how do you use ...
0
votes
1answer
842 views
How to safely replace ArcGIS SDE feature classes using transactions
I am using C#, ArcGIS Server 10, MS-SQL Server 2008, and I want to replace an ArcGIS SDE feature class inside of a transaction. After the deletion of the feature class, I have to create a new one with ...
6
votes
5answers
785 views
Troubleshooting ArcObjects performance problems
We have developed a relatively complex geoprocessing routine using a C# / ArcObjects (COM) / ArcGIS Server 9.3.1 / ArcSDE 9.3.1 / Oracle 11g stack. Running the routine on a complete dataset takes ...
1
vote
0answers
145 views
How can I upload an annotation featureclass to ArcSDE using C#?
I can upload the shape files to ArcSDE database successfully,but I fail to upload annotation featureclass.Who can help me? My emal is [email protected]