Tagged Questions
0
votes
1answer
361 views
how do i calculate polygon area with arcobjects?
i'd like to develope an application with arcengine that can calculate area of a polygon .
i wrote the below code to select a polygon in combobox
for (int i = 0; i < pmapcontrol2.LayerCount; ...
0
votes
1answer
260 views
how to calculate polygon area in arcengine
i'm new to use Arcengine 9.3 . i would like to create an application to calculate the selected polygon in combobox such that the user click to a button and polygon area saved in dbf .
how can i write ...
