Tagged Questions
0
votes
0answers
50 views
How to learn Arc objects (.NET, C#) for desktop applications but having only Arcmap desktop license
How to learn .NET and C# for desktop applications but i have only desktop license. I want to upgrade my self in the development side so i'm trying to learn this stuff and i'm searching all the ...
2
votes
1answer
63 views
What is needed to develop an ArcGIS application? (C#?)
I am trying to fully understand the genius that is ArcGIS.
I want to develop a piece of software that uses the engine. This application needs to import user data (GeoTIFF, etc) and allow users to put ...
1
vote
2answers
34 views
get valules for all fields from selected features
The following code works for retrieving values within a particular field(Name1), but I want to retrieve mulitple fields. Am I to create multiple variables for each field?
IMxDocument pMxDocument = ...
2
votes
1answer
23 views
arcgis graph vs .net graph
I am trying to show some elevation/cross section data in a graph. I am trying to do this in arcgis graphs. But because of my previous graph work was in .net, I found arcobjects.net API for graphing is ...
1
vote
2answers
55 views
Creating an ArcMap Extension
As ArcGIS 10 doesn't really support the full COM, I am looking at creating an extension.
I am looking for samples to look through, to familiarise myself with them, but cannot find any.
Any ...
2
votes
1answer
65 views
Why does copy convert my Tiff raster value range?
Recently I have worked with some raster dataset. And I found there are different kind of raster dataset. Till now I have worked with grid type raster dataset and my add-in works fine with this type. ...
0
votes
1answer
41 views
How to add an existing feature class to a new feature dataset
I have a feature class.
IFeatureClass AOIfc = AOIfws.OpenFeatureClass("BrigadeAOI");
I need to be able to put this feature class into a feature dataset that is newly created. The following line of ...
2
votes
0answers
23 views
How to add individual layer of WMS group layer to ArcMap?
I am attempting to add a single WMS layer that is part of a WMS service group layer. I am writing code to do this using ArcObjects in C# .Net. So far I have been unsuccessful. I can either only add ...
2
votes
1answer
35 views
Is there any way to reset feature cursor?
When we search within a feature class, it returns a feature cursor. To get features from a feature cursor, I use following code snippet:
private List<IFeature> GetFeatureList(IFeatureCursor ...
1
vote
1answer
60 views
Loading an extension-related mxd in ArcMap by double clicking it
I am currently working in a company offering GIS solutions, and using ArcGIS tools on a daily basis. One of their main products is an ArcMap extension, which I am assigned on to correct some remaining ...
1
vote
0answers
46 views
Can't order/sort String columns in ArcMap attribute table
I am new to this site as a registered user and new to GIS in general, and it has proven quite useful to me.
I have a very annoying problem with the attribute table being filled by an ArcMap ...
2
votes
2answers
69 views
How to run a custom Geoprocessing tool using no parameters?
I created a custom geoprocessing tool called "CreateCoverLayer". It has no input or output parameters. I have the following snippet of code, but get an error message due to the fact that the Execute ...
3
votes
1answer
37 views
How can I hide a tool from command window under category
I have created a tool, a button and a dockable window under one project. To open/close the dockable window, button is used. For some specific work, by clicking some specific button from dockable ...
3
votes
0answers
42 views
drawing line from points
I have a series of XY coordinates. I want to use these points to draw a line in ARCMAP using arcobject10.1 using c#. I have saved this in a table inside geodatabase.Am i supposed to create a feature ...
1
vote
1answer
71 views
Getting started with development for ArcGIS Server
I'm currently working on upgrading a C# web service I wrote a couple of years ago built against ArcGIS Server to ArcGIS Server 10. The application in question does some basic spatial queries and ...