Hi folks,
I am in the need to build a code, and as a part of it, I need to code a query (area of many different polygons) that selects the biggest polygon.
I know that first, I have to calculated the area for each one of this polygons and I can use the IArea interface, but I don???t know how I can ???select??? (I don???t know if "select" could be the correct word to use here) the biggest polygon from that query.
As I am new in this I would really appreciate any help, even if you think it is too basic to say.
Thanks