Tagged Questions
1
vote
2answers
100 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
0answers
38 views
Remove unused references in ArcGIS 9.3.1 vba
Can anyone suggest me how will I find and remove unused references used in a project done in ArcGIS 9.3.1 vb6.
Thanks
Khaled
0
votes
0answers
52 views
Finding gaps between polygons
I am trying to build procedure for finding gaps and convert the procedure steps in to code, but i am finding some difficulty, i wonder if someone can help me with it.
the steps i planned in seek of ...
2
votes
1answer
36 views
Syntax question for ArcGIS ICalculator object
This is a silly question, but I have this code snippet that I can't figure out:
'Define a calculator for NewArea field
pCalculator = New Calculator
With pCalculator
.Cursor = pCursor
...
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
2answers
209 views
MS Access and geocoding in ArcGIS
We are a small non-profit. We use a fairly complex MS Access application to track everything.
We would very much like to geocode addresses in our application and display the results on a map. In ...
0
votes
0answers
115 views
How to Chart Frequency Distribution in ArcGIS using VBA or Python? [closed]
I am looking to find the code ( VBA OR PYTHON ) or any programming language for statistics frequency chart field ( like arc GIS one)... I didn't find any code to how I create the chart statistics from ...
-5
votes
2answers
150 views
How to create multipart polygon if coordinates of each part are given? [closed]
How to create a multipart polygon if i am having the values of coordinates of each part.
Thanks in advance.
3
votes
1answer
158 views
Is there a (better) way to debug Visual Basic Code Block in calculate field using ArcGIS?
From time to time, I have to use Visual Basic in Calculate field.
As the code get bigger, the more complicated is to debug it. And ArcGIS (9.3) does not help as the error messages are, in the best ...
1
vote
1answer
214 views
Search By Location
Using Arcmap 9.3 I was curious if anybody has a script or vba tool that will select items from a layer that are not within a selected polygon or not touching the selected polygon. Thanks for your ...
1
vote
1answer
263 views
Run a ArcMap (10.0) Addin Button with VBA from a MS-Access form
I need a way to execute an ArcGis-Addin (vb.net) from a MS-Access database form (VBA). The problem is that there is no ESRI.ArcGIS.Desktop.Addin reference in VBA and the "pItem.Execute" method with ...
0
votes
1answer
281 views
Focus ArcMap application Window VBA
Very simple question to ask, I haven't been able to figure it out up to now though...
How would you focus your ArcMAP application window using VBA?
I have a script that runs and selects polygons and ...
3
votes
2answers
327 views
Zoom to Polygon in Arcmap from Access
I am attempting to Zoom from an Access record to a specific polygon in ArcMAP but I can't seem to get the function to work.
The field in Access is identical to the field in arcmap. I.E. they both ...
0
votes
1answer
315 views
ArcGIS 9.3.1 VBA: Unable to loop through datasets using 'ILayerGeneralProperties' when raster catalog is present
I have a simple project which involves the use of several buttons in order to make various datasets visible depending on which category is required at the time.
It works fine using the popular ...
0
votes
1answer
306 views
How to edit my attribute table with VBA
before I start you should know that I am a bloody newcomer when it comes down to coding. I am sitting on some university tasks regarding VBA and ArcGIS:
My next task is to create a code snippet that ...
1
vote
1answer
961 views
How to get the “queried” value from attribute table and put it in a textbox?
I am new in VBA, I have a problem about querying an attribute table....:
I have a table of a layer (wish.shp) with the fields: owner_ID, Value, Area.
I made 3 textboxes in a userform, I input the ...
0
votes
1answer
352 views
Seeking guidance for ArcGIS customization with VBA
I am looking for guidance, suggestions, tips, or insights in performing a sequence of operations using VB macros for ArcGIS.
A) Creating a new table
How to write a macro in VB that creates a new ...
2
votes
1answer
888 views
How to count and record the number of entities with the same name in the field calculator?
I have a question with ArcGIS 9.2. In an attribute table the column [name] includes the name of every place in this layer. Next to that (in columns [numbers]) there should be recorded how often a ...
4
votes
1answer
430 views
Visual Basic editor command icon is always disabled
I recently installed ArcGIS 9.3 in a PC with Windows 7.0. I opened an existing mxd file within which I developed some toolbars for a project. Each icon of a toolbar has behind it a VBA and ArcObjects ...
3
votes
1answer
161 views
getsubcurve from multipart polyline ArcGIS
I have code which analyzes multipart polylines (roads) from the beginning towards the end. The algorithm "moves along" the road.
My multipart polylines include circular junctions and branches so they ...
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 ...
1
vote
1answer
690 views
ArcGIS - VBA - How can I create perpendicular polylines of a specified length that retain the attributes of the original polylines
i,
I am using ArcGIS 9.2 and am desperately trying to create perpendicular polylines to existing polylines that I have. I would want the perpendicular lines to cross the original lines at their ...
1
vote
1answer
674 views
Create Thiessen Polygons (Analysis) by defining an external feature boundary
Although this issue has been addressed in this post some months ago: Thiessen Polygon delineation within a Feature, the appropriate answer has not been given. So, new ideas are welcome.
My question ...
2
votes
2answers
639 views
Copying Symbology between layers with different numbers of features
I am working on copying a layers symbology to a number of other layers which have the same geometry, table structure etc, etc but not the same number of features.
I have a state wide layer and I ...
5
votes
1answer
1k views
How to save a layer file with a relative path
In VBA, how do you save a layer file (.lyr) with a relative path?
I have some code that loads a shapefile into ArcMap but I am unsure of how I go about using this shapefile to then save a layer file ...
2
votes
1answer
406 views
Adding an ILayer to IMap in Arcgis Server 10
I wanted to add ILayer to IMap, i think it has been added but problem is that it does not display it on the website.
I am running arcgis server 10, using visual web developer 2010 express edition ...
0
votes
1answer
586 views
Model Builder's VBscript
I use the Model builder to run my model
and I have question
Sub M()
' Create the Geoprocessor object
Dim gp As Object
Set gp = CreateObject("esriGeoprocessing.GPDispatch.1")
' Check out any ...
3
votes
1answer
428 views
ArcObjects VBA: Setting Spatial Reference for Geometry Bag
Greetings,
Within the ESRI SDK resources there is an example of combining polygons by use of a geometry bag. The following code appears:
'Define the spatial reference of the bag before adding ...
5
votes
1answer
654 views
How to create adjacency matrix of topology graph of arc map for shortest path?
I have created a topology graph of a polygon feature and I want to find the individual FIDS of the lines of the polygon. I want to construct an adjacency matrix to create the shortest path. How can I ...
1
vote
2answers
160 views
Accessing PAT,NAT of coverages using arcobjects
I want to access the polygon attribute table (PAT) and node attribute table (NAT) of an arcgis coverage using arcobjects VBA, is this possible?
3
votes
2answers
328 views
how to convert personal geodatabase feature class to coverage using arcobjects
how to convert personal geodatabase fatureclass to coverage using arcobjects with vba
pls provide me any documentation or samples.
1
vote
1answer
1k views
VBA field calculator: concatenating fields
I'm trying to get one column of text to move into another column that already has text. I DON'T want to replace it, I want the transferring text to be added to the already existing text in a shp file ...
3
votes
2answers
269 views
Getting line FID from polygon ITopologyGraph
I want to export polygon Arc list to txt file for that
I created topologygraph for personal geodatabase feature class (polygon)
using ITopologyGraph::build.
I got polygon FIDs but I am not getting ...
2
votes
1answer
1k views
Run Model ArcMap 9.3.1
I would like to Run/execute a model within ArcMap 9.3.1 vba. I can run it in vba by exporting out the VBS script and importing it into vba, however I'm wondering if there is an easier way to just call ...
3
votes
2answers
4k views
ArcObjects (vba) update selected feature/record
I would like to edit a selected feature/record via ArcMap vba, but I'm not having much luck with this code sample (see code below). I'm not getting an error, but the record selected is not updating.
...
4
votes
1answer
694 views
FIELD CALCULATOR VB scripting
In my attribute tables field. I am trying to get rid of the "&" in between names i.e. "John Adams & wife" and want it to say "John Adams and Wife" in all the attributes with "&". What is ...
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 ...
5
votes
1answer
4k views
ArcMap field calculator VBA question
I am trying to use ArcMap's Field Calculator to populate values in a column based on a value in another column. So, in pseudo-code:
if [field1] = 'Foo'
set [field2] = 'Bar'
endif
Something like ...
