Skip to main content

Questions tagged [arcgis-engine]

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

0 votes
0 answers
26 views

Updating about 700000 feature of featureclass using ArcGIS Engine & C# but memory breaks

Why does this code get a memory overflow error for datasets with more than 20k of data? int nMax = (int)numFIDTo.Value; int nMin = (int)numFIDFrom.Value; IStepProgressor ...
Zhaochenxu's user avatar
1 vote
0 answers
60 views

More than one ArcEngine GeoProcessor run at a time (concurrent)

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
85 views

Getting symbols parameters using ArcObjects

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
97 views

Adding Basemaps in Map Control using ArcGIS Engine

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
151 views

Project Tool without an exisiting Geographic transformation using ArcGIS Pro

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
22 views

Who can teach me how to reach the StackProfile method in ArcEngine10.2? [closed]

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
137 views

Implementing new Snapping in ArcGIS Engine C# Application?

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
42 views

Why feature.shape can't use multipoint type?

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

Using ArcGIS Engine with Background Geoprocessing (64 bit)

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
63 views

Error when using IFeatureCursor to inquire feature

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
206 views

Adding to group layers in loop is slow in ArcGIS Engine?

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
482 views

How to Remove Decimal Points From Measured Grid Label C#

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
61 views

Displaying NorthArrow on ArcObjects axSceneControl?

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
80 views

ArcGIS Elevation and Z Coordinate

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
154 views

Installing ArcGIS Engine Runtime via image copy?

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

15 30 50 per page
1
2 3 4 5
23