Jump to content

wetland

Inactive Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About wetland

  • Birthday 06/15/1983

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    everywhere
  • Interests
    I PROMISE I WILL OBEY THE RULES

wetland's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi: go to ebooklink.net and search IDL . you can find very interesteng and useful books about IDL .
  2. Hi: I'm new in using arcengine . i'd like to calculate polygon area such that when i select a layer in combobox , the "OK" button calculate polygon area and save the result in a dbf . i wrote the below code for selecting a polygon in combobox for (int i = 0; i < pmapcontrol2.LayerCount; i++) { Pfeaturelayer = (IFeatureLayer)pmapcontrol2.get_Layer(i); if (Pfeaturelayer.FeatureClass.ShapeType == esriGeometryType.esriGeometryPolygon) { cmbfeaturelayer.Items.Add(pmapcontrol2.get_Layer(i).Name); } } but i don't know how can i use Iarea to calculate area of pfeaturelayer .
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

Disable-Adblock.png

 

If you enjoy our contents, support us by Disable ads Blocker or add GIS-area to your ads blocker whitelist