Open Table of Contents
Interpolate Z for Points
Interpolates Z values for the features from a point layer.
Inputs:
- A point layer
- A TIN (polygonZ) feature layer
Outputs:
- New point feature class. A field "ET_Z" is added to the attribute table and the
interpolated Z values are stored in this field.
Notes:
- Source for the Z values should be a TIN (polygonZ) layer
- The Z values are stored in a new field - "ET_Z"
- Use Point To PointZ function to convert the points to a 3D feature class