Tagged Questions
1
vote
2answers
99 views
Esri Technical Certification: Arc Gis Desktop
Esri Technical Certification, Arc Gis Desktop and Developer..
Where I can find books or course materials for esri arc gis desktop and developer certifications?
0
votes
1answer
37 views
Vba Cons Numbers [duplicate]
I want to make a list of cons numbers(ex. 1,2,3...) in field calculator (VBA).
When I am putting for example:
(dim d d=[field]+1).
The result is all my fields are =1.
How to solve this arc map (vba).
...
3
votes
0answers
184 views
VBA Convert decimal degree to Meters button
I have 2 data frames one which has WGS data in it and the other OSGB1936. I am trying to create a button where the user can input decimal degrees (WGS) and it will zoom them to that location in ...
2
votes
2answers
152 views
How do you create a button in ArcGIS and have it run code?
I'm brand new to ArcGIS and have only a year or two of programming experience. I know Java and a little C#. I have a Java app that processes geographical data. I need to have a button in ArcMap that, ...
2
votes
3answers
186 views
get layer names from a group within a group
Trying to get the layer names from a group that are inside a group. I have the code the gets the layer from a group, but not group inside group. any ideas?
Dim pDoc As IMxDocument
Set pDoc = ...
2
votes
0answers
108 views
Getting layers from SDE with vba
Im running arcmap 9.1. i have the code that lists feature classes in a list box from the SDE. The users select from one list box and adds it to another list box. How do i get it to show the layer name ...
1
vote
0answers
148 views
How to calculate column average in Arcmap using VBA [closed]
I'm really new in gis and programming... So could anyone write VBA code for counting average.
For example I have 3 columns which are named as JAN, FEB, MART...Each of them have 50 values in column. ...
0
votes
2answers
309 views
How to auto populate multiple fields in attribute table?
i have Feature Class Buildings, it has many fields like ...
0
votes
0answers
284 views
Open the IGxDialog in MS Access 2010 using VBA
I hope this is the right forum for this question. I have a program in MS Access that allows users to input varius aspects related to land treatments including the spatial information (point, line, or ...
2
votes
3answers
387 views
How do I zoom to the overall extent of two (or more) selected features from two layers?
I am creating an application where the user picks a value from a combo box, the application then selects that feature and then selects the corresponding features from a second layer, (both selections ...
1
vote
0answers
258 views
Error creating IPoint (ArcGIS 10) - Invalid use of New keyword (VBA)
I have some code I wrote in 9.3 that (mostly) works in version 10. I have a UIToolControl that buffers a user-input point based on a mouse click - nearly identical to the sample.
This used to work ...
1
vote
2answers
288 views
ArcMap 10 How to create a tool to use with a Vb.Net script?
I have a VB.net scrip that I would like to run from the toolbar. In VBA, you would create a buttton that would collect the xy coordinates and pass the variables to the script for running. I can't ...
4
votes
3answers
116 views
How do you navigate the ArcObjects OMDS?
How does everyone get round navigating the different OMD's I can work with single interfaces no problem, but when i have to use multiple interfaces I struggle to get my head round go through different ...
4
votes
3answers
734 views
Add button to open URL in ArcMap 10
I want to be able to add a button into ArcGIS for my users, something like this:
http://gis.utah.gov/code-visual-basic/vba-link-from-arcmap-to-google-maps
Only, using VBA in ArcMap 10 now seems to ...
2
votes
1answer
483 views
Disabling/overriding internal arcmap commands with vba
I am creating a template for ArcGis JTX. This is a mxd file, with a vba onload event handler which removes some functionality from vanilla ArcMap.
I'm stumped on one problem: double clicking on a ...
3
votes
2answers
3k views
use VBA in a code to edit the attributes table
so i have a point shapefile. I made a button that finds the best fit line for selected points and calculates the azimuth of it (Zero degrees being the east)
is there a way i can add something to the ...
4
votes
1answer
1k views
How can I import layer symbology from another layer programmaticaly with ArcObjects & VBA?
I would like to be able to develop a procedure that runs through all layers in the TOC and if the layer (name) exists in a specific folder where I am storing layer files with complex symbology I would ...
3
votes
2answers
786 views
How can I load VBA customizations stored in a “document-level custom template” into a Map Document created from a “Normal.mxt” template in ArcGIS 10?
I have all kinds of custom tools that are called from UI Controls stored in a document-level map document (my custom template). In earlier versions of ArcGIS these were stored in the global-level ...