Symbol Management / Symbol Selector Tool
Hola/Hi/Namaskaaram I have 2 Questions: 1) I have markerset, lineset, shadeset (.mrk , .lin , .shd) files where i have created symbols related to my project requirement developed using ArcInfo...
View ArticleDGN Files map registration
Namaskaaram/ Hola/ Hi, I need to used DGN files in my application, I was somehow able to display a DGN file using CAD related interfaces in ArcObjects, the DGN file was not geo-referenced and hence was...
View ArticleHow can i clear the cache or viusalize buffer of globedisplay in c#
When i create a polygon element on the Globe control and give it to rasterize property using IGlobeGraphicsElementProperties it works properly. However , when changing the position of the element by...
View ArticleOpen All files in a GDB
Hello! First of all, sorry but my English. Well, I would like to make a question about how can I add all the layers of a geodatabe in my ArcGIS I'm creating a form with VB.Net, and I created a button...
View ArticleNeed help with ArcGIS developer tools in Visual Studio 2010
Hi, i need to convert shapefile to raster in c#. Any leads where should i begin? Can I do it in ArcMap class library? Or maybe you could give me some exmaples. Thanks in advance.
View Articlecode to open CSV in 10.0 does not work in 10.1
Hi, My vb.net code for 10.0, which returns ITable, does not work in 10.1. I've read that 10.1 has a new method for opening text files, but I can't find any details. Anyone solve this problem? Thanks!...
View ArticleArcObject Help!
Does anyone know of a website or location where I can email my script to have someone help me with it. Is there maybe a training group?
View ArticleHow to end Add-In?
Hi, I'm developing ArcMap Add-In. But I have a problem in closing program. When all processes are completed normally, it's OK. But when I closing window using 'Application.Exit()' function, (I assigned...
View ArticleSolar radiation, run via Geoprocessor help?
Hi could you help me? i looking for some example how to compute outputs from Area Solar Radiaton tool. Do i have to use geoprocessor? Do anobody know some good example to use geoprocessor for computing...
View ArticleMxDocument_OpenDocument() Question
I am trying to open a form at the startup of an mxd file. My form name is frmMapSetUp. I understand the Private Function under the ThisDocument but I am having trouble with the code on opening the...
View ArticleActivate Layers with checkBoxList
Hello again, I'm trying to do a code to activate a Layers that are in a checkboxlist, the code that I'm trying to use is this: Code: Private Sub chxActivated_SelectedIndexChanged(ByVal sender As...
View ArticleTextsize feature differs from textsymbol
Hello, I want to check the textsize of annotation features against the size in symboldefinitions in an annotation featureclass. There are several annotation features (created with the existing symbol)...
View ArticleError about needed Object!!
I am getting an object error break between cbostation Abilene and Amarillo! I am not understanding why its stopping here because this is for adding items to a drop down list!!!! This runs after the...
View ArticleRegistring Arc Objects "TLB" or "DLL" files on Shared Network Drive
We are Trying to access the "TLB" or "DLL" files on Shared Network Drive , the file is accessable , but while loading the TLB file on ArcMap , it is showing as "No new items to add.", even though TLB...
View ArticleCode to Transfer into Python!!!
I started my code in ArcObjects because I needed a form, now I need to move to Python when the DrawMap or Cancel button is pushed. I think the code reads as cboDistrict.AddItem ("Yoakum") End Sub Dim...
View ArticleCombobox text entry. ArcMap 10.0 VS 2008 vb.net
ArcMap (ArcInfo) 10.0, Visual Studio 2008, vb.net. I have started an combobox add-in project in VS. Added a little code in the OnSelChange eveng. Put the combobox on a tool bar. When I select the...
View ArticleError handling and logging when developing ArcMap Add-Ins?
Hi, 1.) Error handling and logging What's the best practice for error handling when developing ArcMap Add-Ins? If an unhandled exception occurs, ArcMap just closes und presents an "Please inform ESRI...
View ArticleIPolygon not defined, as an example
Hi, I have done an AddIn in ArcObjects and Visual Studio Express 2008 (and 2005, prior) and now have ArcMap 10.1 and Visual Studio Express 2010 (all in Windows XP) and am trying to migrate my projects...
View ArticleConnect points with polylines + polylines does not intersect
Hi I've got a problem I would like to solve. Is there a way to programatically connect points with polylines(it's simple) under such conditions: -polylines doesn't intersect with each...
View ArticleHow to determine if Locator is a 2nd Gen Locator
How can I tell, in code, if an ILocator is a 2nd generation Locator (Arc 10.1) or if it is the older style from arc 9.3? Besides trying to cast it into one of the 2nd Gen interfaces and catching the...
View Article