Does anyone know how I can replace the Z values contained within a feature class with values from a field from the same feature class? I have a feature class layer of contour lines that is Z enabled, but the Z values are all 0. The feature class layer has a field called 'elev' that contains the actual elevation values. I am new to working with Z values, so not that knowledgeable on the subject and would appreciate suggestions. I can see how to edit the Z values, but not understanding where they are stored. I am trying to avoid having to type in a bazilllion values manually.
Solved! Go to Solution.
Since it is already z enabled, you might be able to use Adjust 3D Z GP Tool.
Another option would be the Feature to 3D by Attibute GP tool.
R_
Since it is already z enabled, you might be able to use Adjust 3D Z GP Tool.
Another option would be the Feature to 3D by Attibute GP tool.
R_
You are a STAR! Did not think it could be done without more 'bells and whistles' extensions. The second one worked, the Feature to 3D by Attribute geoprocessing tool. Thank you for your help Rhett.