I am not sure what you mean by "true surface area" - you should be
aware that map projections may be a significant confounding factor if
you are far enough from the region of true scale, unless you are using
an equal area projection. If you mean surface area corrected for
topographic surface, then I would approach it by generating a TIN for
the area concerned, using TINARC to generate polygons with slope and
aspect, unioning this with the polygon coverage required and then
computing the corrected area for each polygon (I think = planimetric
area / sin(slope)), doing STATISTICS to get the total area for each
input polygon and reattaching it to the input polygon cover using
joinitem.
This is not such a usual requirement as you think - most people only
deal with 2d planimetry, and go to great lengths to present data in
that form - the whole business of ortho-correction!
Paul
You are right - I realized my error just after pressing the "send"
button! However, the procedure I suggested uses ARC/INFO Workstation,
not ARCView. I think you will find that Workstation ARC/INFO is more
powerful and flexible for this sort of calculation than ARCView or
ArcGIS. The procedure I outlined can be done in 5 or 6 ARC/INFO
commands.
Paul