Get IFeatureLayer and ITable from feature class stored in "in memory" workspace
Hi, I use "InMemoryWorkspace" as output of geoprocessing tool. I'd like to get IFeatureLayer and ITable from that output. How can I get it? My try: :) Code: Ā Ā Ā output = "in_memory/file" Ā Ā Ā Dim...
View ArticleESRI!!!!!! PLEASE HELP ME!!!!!! VISUAL STUDIO VERSIONS FOR .NET ARCOBJECTS
I downloaded a trial version of Visual Studio 2010 3 months ago to learn the new Add-in development environment. The trial just ran out and Microsoft refuses to sell me a license for VS 2010. They are...
View ArticleJAVA Raster: Get row & coloum AND detect the same in another raster
Hi, I have converted a point shape file to a raster. I am trying to get the row, column value of these points, now pixels. Next I want to detect these pixels in another similar raster of same extent....
View ArticleHelp!!! Access Editing Options checkbox
Can someone tell me how to access the checkboxes on the Attributes tab of the Editing Options dialog box (see attachment)? I am trying to create an editor extension addin that will select (checkbox...
View ArticleItable to .net DataGridView Binding
I am using ArcGIS 9.3.1. I want to bind the Itable to a .net DataGridView on framework 3.5. How do i do it? Please help thanks
View ArticleDrawing Multiple Geometry just like 1 geometry
Hi, everyone I have one issue here, I'm develop one application that can draw a large amount of geometry to ScreenDisplay, but the performance of this process is too slow, Can anybody have the fast way...
View ArticleNeed help figuring out errors with .NET in 10.1
This morning, I opened up a .NET project I created in VB 2010 Express over a year ago. I upgraded to a new machine and also from 10 to 10.1. I noticed that the licensing procedure has changed, but I...
View ArticleScenecontrol+Opengl
Iām using opengl in the scenecontrol,but there is a question that i can't convert the coordinates in the map(is it called "geographic coordinates"?) to the opengl coordinates . In globecontrol i can...
View Article!!Help: Drawing Performance of ArcEngine
Hi everyone, I am studying in ArcEngine, and now I have one problem with Geometric Network here. Imaging that I have an Enum of NetEID (IEnumNetEID)type EDGE want to draw to screen. Then I use...
View ArticleField mapping from shapefile to personal geodatabase migration
I am stuck for couple of days trying to figure out this how to field map from shapefile into personal geodatabase using c#.NET. I want to use ESRI.ArcGIS.DataManagementTools.Append tool in...
View ArticleJAVA Raster: Writing to a pixel block
Hi, Can someone please help with the Java code to write values into a pixel block!? Code: IRasterDataset streamOrderĀ = rasterWorkSpace.openRasterDataset("streamOrder.tif"); RasterDataset...
View ArticleAdd-In - need clarifications. 9.2sp5-->10.0;
dear Readers, thank you reading thro this question: we have 9.2 sp5 VB.NET toolbar deployed nationwide that needs to be brought into the 10.0 ArcGIS deskktop (ArcInfo license) world. this 9.2 sp5...
View ArticleCannot get 3dd file properties from standalone application
We have some strange problem with a simple code that should open a 3dd (ArcGlobe) document and get its properties. The code below runs without an error but return 0.0 always when run from a standalone...
View ArticleCan esriaddins reference esriaddins?
I'm new to referencing .dlls and such. Can you reference another esriaddin the same way you would reference a dll?
View ArticleCreating object by name in Java
I am developing an Engine Java application. I would like to use the ready-to-use buttons but I do not like the toolbar control. I used the techniques described here:...
View Articlecombobox - vb.net - set default value to show in dropdown when loaded
so i have a add-in combobox and would like it to have the text "select storm" in the (currently blank) dropdown when the combo box is displayed. is this possible? thanks! max
View ArticleIProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck
I'm using code similar to the "Show Progress Dialog Snippet", which is inside a Try - Catch - End Try block. When there's an error, the code exits the subroutine, which is what I want it to do, but the...
View ArticleHelp with Code!!!!!
I have a dialog box written in ArcObjects because Python does not have one. The beginning of the code is in ArcObjects and in the middle of the code I need to switch to Python to complete the program....
View ArticleIssues creating Java Add-Ins for ArcGIS Desktop 10.1
Hi, currently I am starting to develop my first Add-Ins for ArcGIS Desktop 10.1 with Java. In the beginning I ran into some problems from which I would like to prevent other developers: 1. The Eclipse...
View ArticleProduct Licensing in Scheduled Batch
I have an application that selects records from a SQL Server table and geocodes the address, returning the XYs and populating fields in the row. This app was originally written for ArcGIS 9.3, later...
View Article