Best event for putting message into status bar?
Hello, I am a little stuck on this or just don't see the wood for the trees: In the OnMouseDown-event of an Addins.Tool-class I put a message into the statusbar using set_Message Code:...
View ArticleUnable to initialize ArcObjects environment
Hi, I build a application in ArcGis engine environment which has bootstrap methord to initialise jar file , and following is code to initialise engine license -- Code:...
View ArticleCorrect SQL syntax when on Iworkspace.executeSQL
Hi All, I am working on a VBA app, and I am having trouble with running sql using the executeSQL method. I have a table and a SDE featureclass, i want to insert all the records from a particular field...
View Articlehow to copy dbf table values from 1 field to another in Engine
Is there a way to copy values from 1 field to another in the same dbf table?? I am in arcEngine 10 using vb.net thanks
View ArticleLegend Position
Hello, I am hoping for some help/advice. I am trying to get the ymax for a legend using c# but i the value returned is incorrect. The value for the width is correct though. Please can someone explain...
View ArticleIs there exists functions in arcobject for semivariance analysising?
I am looking for functions in arcobject to fit semivariogram. I mean I can get the value of lag, nugget,sill to description the model through calling the function. it is not in the...
View ArticleHow to query and get segment of polygon by shape
Hi every one, i have a issue.I have a feature class type of polygon in SDE geodatabase, and i want to query by a shape and get all segment of polygon within shape (only segment, not all polygon) .How...
View ArticleHow to get The character spacing from a ITextElement arcgis engine 9.3 C#
i have a problem.I can set character spacing to a IElement as ITexElement like : Code: TextSymbolClass pTextSymbol = new TextSymbolClass(); pTextSymbol.CharacterSpacing = 10 ; //etc...
View ArticleHow do I embed the standard representation editor control ?
Hi all, I want to embed the standard representation editing control in a control of my own. Is that possible? And if so, how? Regards, Morten
View ArticleConvert Text Element to Proper Case
Hey Folks, Quick question: through vb.net is there a way to say, loop through selected text elements (in layout view) and convert the text to proper case? "CLASS III WETLAND" becomes "Class III...
View ArticleGeoprocessor object won't execute
I've tried several different approaches to getting the simple geoprocessing package that I created to execute from my C# project . . . ESRI.ArcGIS.Client.Tasks.Geoprocessor _localGPService = null;...
View ArticleEsri Desktop Application crashes when trying to run by double click on icon...
Hi all, I am getting a problem when i am trying to run esri desktop application from double click on the icon created on linux, the application runs for a while and crashes showing core dump issue on...
View ArticleRelease locked gdb
Hi, i work with my team in a standalone application using ArcObjects. I simply try to: - create a new .mxd; - insert 2 new data frames; - add a new feature layers to each added data frame. Each new...
View ArticleHow to add feature with related features
Hello, everyone. I need to programmatically add object with geometry to table. type of geometry may be different, so main data is stored in the table and geometry is stored in related feature class,...
View ArticleFeatureLayer in GroupLayer
Hi, I would like to Export a FeaturLayer which is in several Group Layers into a lyr-File. The Problem is: The Grouplayers have to be exported, too, so the structure of the Layers stayes the same. But...
View ArticleHow to create one donut in adf in arcserver9.3 (c# win2003)
My environment is win2003 ,arcsever9.3(c#) ,vs2008, sde(sqlserver2005) My data is string strpoint1 = "110.487339726558,31.3602083855353,0 110.491448987015,31.3577775549622,0...
View ArticleMapServer exportMapImage - Device Resolution
MapServer exportMapImage According to the documentation, when exporting a map image, specifying a device resolution in IImageDisplay will affect map scale. Is there a method to calculate the correct...
View ArticleCannot load Arcobject java plugin to eclipse (64 bit)
Hi, I installed following setup available in ArcGis Desktop installer 1) ArcGis Desktop. 2) Under ArcGis Developer Resources --> ArcObject SDK for Java Platform. This installlation was done on...
View ArticleRaster histogram different between debug and release?
Hello, I'm working on a program that creates a raster in memory, saves it to a file geodatabase, then adds it to the TOC. When the code runs in debug mode the code runs fine (C#, Visual Studio 2012,...
View ArticleGP Event Listener Not working Properly
Good Morning Everyone, I am having a problem with a GP Event Listener. I am trying to listen the post event but sometimes it works and sometimes it doesn`t. I have followed the sample here...
View Article