SDS Layer with Feature Service from ArcGIS Server in Engine C#
Hi :cool: I've developed an application in ArcGIS Engine in C#.net that works perfectly with anything local (gdb, shape, raster, dwg) and now I'm trying to get it working with ArcGIS Server layers etc....
View ArticleArcGIS 10.1, Delphi XE2 and licensing
Hi everyone, We have a project on Delphi 5 and we need to upgrade it for Delphi XE2. Everything went well until it came to the components of ArcGIS. The problem is that I need to check the license for...
View ArticleADF and ADF Local DLL
I need to use ComReleaser, BaseCommand and MxCommand. The simple solution is to use ESRI.ArcGIS.ADF since it has these classes. However, the compiler complains: Quote: The type...
View ArticleBind combo box with data and display results
Dear all, Currently, I am developing a simple application that contains 2 drop down lists, namely, products as well as price list. The product drop down list has 4 options and how do I bind this drop...
View Articleupdate atribut
Hi, I found a code like this: ==start code============= Public Function InsertPoint(ByVal name As String, ByVal x As Double, ByVal y As Double, ByVal fld As String, ByVal fldval As String) As String...
View ArticleSave a Geometry (draw using Rubberband) as a feature in Feature Class
Namaste, Hola, Hi Using the Code below I have created a Line geometry using Rubberbanding public void DrawPolyline(ESRI.ArcGIS.Carto.IActiveView activeView) { if(activeView == null) { return; }...
View ArticleDraw Line on MapControll
Hi. I try to draw line on map. Code: public static List<IPoint> pointness=new List<IPoint>(); Â private void button1_Click(object sender, System.EventArgs e) Â Â Â Â { Â Â Â Â Â Â IPoint...
View ArticleAdd an Index to a feature Class
Hi, I want to add an index to a feature class. To do so, I use the very short and complete example given there: http://resources.esri.com/help/9.3/a...35f906bb2e.htm When I use this code, I obtain an...
View ArticleHow to fire an edit event?
Hello, I know how to listen to edit events, but I would like to fire an edit event myself. Does anyone know how to do this? I tried the following (in C#): Code: UID editorUid = new UIDClass();...
View ArticleStart up question
I am new to ArcObjects SDKs am i am using Window 7 , 64 bit system, Visual studio 2010 and dot net platform 4.0 and when I try very simple code it gives following error. Retrieving the COM class...
View ArticleARCGIS add-in using .NET
I am using ARCGIS10.1. I have used Python add-in in ARCMAP 10.1 ,however now i wish to create add-in using .NET, I want to know how to start . I mean is the same like Python or should i need to install...
View Articlewhat is the difference between new Point and new PointClass
Dear Developers, I am extending ArcObject with .NET. I am not sure what is the difference between the following two sentences: Dim pt as IPoint = new Point Dim pt2 as IPoint = new PointClass From the...
View ArticleARCGIS Add-in time slider window
I know Time slider window in toolbar of arcmap is used to display time enabled data in the layer. However for one of my application i wish to write a Add-in using DotNet (through c sharp in visual...
View ArticleImplementing persistence of a symbol in an AddIn
Hey there, I would like my map document to save a user chosen symbol. Therefore I want to implement persistence in my AddIn. There is an example in ArcObjects 10.1 Help, which is unfortunately missing...
View ArticleAutomation Exception:Item Not Found in this Collection. in 'DAO.Fields'
Hi, Can any one please let me know like whether the this query is supported over Feature Class which is got from the File GeoDatabase? What I am trying to do is, I am making the query over the Feature...
View ArticleAutomation Exception:Item Not Found in this Collection. in 'DAO.Fields'
Hi, Can any one please let me know like whether the this query is supported over Feature Class which is got from the File GeoDatabase? What I am trying to do is, I am making the query over the Feature...
View Articlecast from IFeatureClass to ISchemaLock (ARCGIS)
Hi I'm programming with the ARCGIS Java SDK, in Eclipse. I need to cast an IFeatureClass to an ISchemalock. This cast is supposed to be allowed. There is an example of this cast in:...
View ArticleRetrieve Table Datasource Type
I'm trying to get at the data source type of a table in the Table of contents. I usually do this with Feature Layers which is as simple as featureLayer.DataSourceType. The ITable interface has no such...
View ArticleMigration from 10 to 10.1
I am relatively new to using the ArcGIS libraries, so forgive me if this is off target. Apparently the historical approach is to move client installs to the latest ArcGIS, and then the SDE server at a...
View ArticleUsing png for PictureMarkerSymbol
By the docs you can create PicyureMarkerSymbol from bmp and emf files only. Is there a way to create PictureMarkerSymbol from png file? Thanks Mody
View Article