problem abaout run combobox
i want run a combobox in vb. but apeare this window Attachment 27811 please help me Attached Thumbnails
View ArticleHow to cast a FeatureClass as...
Using the code from // http://resources.arcgis.com/en/help/...000004m0000000, I created ESRI.ArcGIS.Location.IDatabaseLocatorWorkspace. Using the code below, I opened a feature class IWorkspace ws =...
View ArticleHow 2 add FDL2 ArcMap? / Data Interop Extn. IFMEWorkspaceFactory removed in...
dear Readers, thank you for taking the time to read this question. I am wondering how to add a programmatically created .FDL file into ArcMap. our application programmatically creates an FDL file and...
View ArticleGet the point along a curve
For a curve, I want to get the point at a distance from the curve's start point. A piece of code is below: ICurve pCurve = (ICurve)feature.ShapeCopy; // feature is a IFeature IPoint startPoint =...
View Articleeditor task activated from button on the form
Dear all, i have developed a tool with the support of the "Cut polygon without selection" task of the esri samples in 9.3 with vb6. For my further studies i need to convert all codes to vb.net which...
View ArticleFail to drape by using SceneControl(ArcObjects C++) on Linux
Dear All I would like to drape an image over a tin surface by using SceneControl(C++) on Linux. http://help.arcgis.com/en/arcgisdesk...000000mz000000 (limitation of the attachment file size, dvim3.TIF...
View ArticleGet Previous Feature Using FeatureCursor
Hello all, What is the best practice for stepping backwards in a FeatureCursor. I use the NextFeature() method to loop through a FeatureCursor and make edits, but now I need tot be able to scroll back...
View ArticleGPX to Features - VB.NET
Hey all, I'm wondering if there is any way I'm able to run the Conversion tool "GPX to Features" directly from VB.NET? I've had very little luck finding anything. I'm interested in something along the...
View ArticleGeoprocessor Execute HRESULT COM Error
Hi Everyone, Recently, I started having problems with my C# projects running geoprocessing tools. My tools point to custom scripts in project toolboxes. The code in question has run without issue in...
View ArticleHow to know the number of features being deleted together in an event handler?
Hi Everybody: I am using the IEditEvents_Event.OnDeleteFeature event handler to do some operation associate with the deleted feature. The event is triggered individually for each feature that is...
View ArticleHelp!!!Can not load shape file in arcgis engine10.0.
Using the same way to load the .mxd document as in 10.1 version in arcgis engine,but all the shape files is invisible in the TOCControl,but the raster file load well.I have replaced many shape files...
View Articlemoving tool
Hallo, I am new to Arcobjects and I am trying to make a tool. Here is the case: I have a point shapefile (trig_srtm30) and a polygon shapefile (zone_C1toend). At first I place manually the polygon...
View ArticleArcObjects (C++) failing to add IMultiItem to custom toolbar
I have a custom Toolbar. To this I want to add a Menu, MyMenu, with some items. I have implemented IMultiItem to return the items: Code: class CMyItems : ... public IMultiItem...
View Articleget field value
Hallo everyone, I am trying to make a tool in arcobjects using VStudio 2010 and VB (.net, framework 3.5). I want to select a particular shapefile, then select the first record of it (FID=0) and then...
View ArticleFind unsplit lines
Hi All, I have point and polyline layers. I want to find out un-split lines where point is intersect with polyline.
View ArticleExport map to PDF - graphics not appearing
I'm having an issue with our ArcObjects code for exporting a map to PDF. There is a section of code that adds graphics on to the map (polygons, lines, text etc). This seems to work fine for the first...
View ArticleArcObjects C# Randomly fails to open workspace
Hello, My program randomly fails to open a workspace: System.Runtime.InteropServices.COMException (0x80040213): Exception de HRESULT : 0x80040213 Code: IWorkspaceFactory workspaceFactory = new...
View ArticleReleasing feature class after using MakeFeatureLayer
I am using ArcObjects to call GP tools. Most tools does not leave any locks and the data can be deleted after the tool is done. The MakeFeatureLayer is different. It gets a feature class and return a...
View ArticleRecommend a flowcharting addin to work with ArcObjects in Visual Studio 2010 C#?
All, Can anyone recommend a flowcharting addin for Visual Studio they have used that works well? I writing ArcObjects code in C# in Visual Studio 2010 Pro. I mainly want to be able to document my work...
View ArticleDebugging Line by Line in ArcMap VBA Editor vs. Visual Studio 2010 Add In...
Using ArcMap 10.0, in the vba code editor, I can add a shapefile to the Table of Contents. I can execute a line of code in the vba editor and actually see a shapefile being added to the Table of...
View Article