Skip to main content

Questions tagged [arcgis-engine]

ArcGIS Engine is for embedding GIS data, maps and geoprocessing into desktop and mobile applications.

1 vote
0 answers
71 views

I'm trying to run more than one AddRastersToMosaicDataset geoprocessor at the same from a test .NET 4.8 C# console application. So far I tried the below approach running in threads but it seems as if ...
Andy Arismendi's user avatar
0 votes
0 answers
109 views

I have FeatureClasses (point, line and polygons) with symbology in cartographic representation. How I can get each symbol's parameters (e.g. for polyline: width, colour, style)? Dim featureClass As ...
dr.petr's user avatar
  • 13
0 votes
1 answer
117 views

I am developing a .Net application that is using ArcGIS Engine 10.8. I would like to add programmatically the "Add Basemap" functionality into the application's Map Control. How can I add ...
kamranation's user avatar
1 vote
1 answer
238 views

I'm trying to insert a layer and in my project and while several other layers have been projected correctly on-the-fly by ArcGIS Pro, the final polygon layer is creating trouble. It slightly misfits ...
user avatar
1 vote
0 answers
32 views

I try my best to write code to get it. The codes list below, but I think I don't understand these parameters so that I can't run the gp Tool successfully. So I want to consult someone who can tell me ...
NewPotry's user avatar
1 vote
0 answers
147 views

As I can find, there are two kinds of snapping in ArcGIS 10.2.2: 1- Classic snapping. 2- New ArcGIS Snapping, which doesn't have any specific name as I know. I can't implement the New ArcGIS ...
Navid Rsh's user avatar
  • 111
1 vote
1 answer
67 views

IPointCollection pointcollection = new MultipointClass(); p.PutCoords(x.lon, x.lat); pointcollection.AddPoint(p); IGeometry geometry = ...
getti's user avatar
  • 13
1 vote
1 answer
394 views

Could someone suggest how to use ArcGIS Engine Background Geoprocessing (64 bit) in ArcGIS Engine 10.4 ArcObjects console application? I am using C#, .Net 4.5.2 framework, ArcObjects SDK 10.4 to ...
user3174598's user avatar
0 votes
1 answer
82 views

As you can see the other attributes are doing well, but the shape of the feature throw an exception "Shape = "(pFeature).Shape" raises an exception of type "System.Runtime.InteropServices....
getti's user avatar
  • 13
2 votes
0 answers
216 views

I am using ArcGIS Engine 10.5.1. I wanted to ask and see if anyone else has encountered this and or found a work around. I have a loop in c# where I am taking a large set of layer files and adding ...
WezeW's user avatar
  • 21
2 votes
1 answer
536 views

I'm creating a map layout with a measured grid using visual studio and ArcGIS Engine 10.4. I was able to change all the properties for the grid label (color, font and font size), except for the part ...
Awwad's user avatar
  • 23
1 vote
0 answers
78 views

I have standalone application (ArcObjects C# 10.3) uses axSceneControl. How to display on the scene NorthArrow or Directional Arrow or something like that? I found an example for NorthArrow http://...
user3400760's user avatar
1 vote
0 answers
97 views

I have standalone application (ArcObjects C# 10.3) uses axSceneControl, I'm trying to get a mouse click point: private void M_axSceneControl_MouseDown(object sender, ...
user3400760's user avatar
0 votes
1 answer
178 views

We have about 400 ArcGIS Runtime Engine 10.4.1 licences, where we will install on devices for emergency. These devices already up and running and using ArcGIS Engine Runtime 9.3. The time we are going ...
user93865's user avatar
2 votes
0 answers
211 views

I am trying to convert a raster dataset into a shapefile using IConversionOp.RasterDataToPolygonFeatureData API. See the code below: IConversionOp conversionOp = new RasterConversionOp() as ...
sidd's user avatar
  • 104

15 30 50 per page
1
2 3 4 5
23