I have a data frame, point shapefile, and elevation GRID all in the same coordinate system, datum, and projection, WA State Plane North.
When using the Add Surface Information toolbox tool (ArcGIS 10) to populate the point file with GRID values the z factor (optional) parameter is grayed out with a setting of 3.28083...
This setting needs to be a 1 since the z values are in feet and the pixel values are in feet ohterwise the output values get scaled by this value.
I am not sure why the tool thinks it needs to do a meters to feet conversion given the data. I played around with different surface models (usgs) and I am able to set this parameter there.
Any ideas why this would be happening, other than a bug in ArcGIS would be great.
Oh, and exporting the tool to Python solved the problem in the short run since I was able to reset the parameter there.
Thanks
Gerry