Point data to Raster methods.
| Constant | Value | Description | 
|---|---|---|
| esriPointToRasterZmin | 1 | Use the minimum Z value among all the points within a Raster cell. | 
| esriPointToRasterZmax | 2 | Use the maximum Z value among all the points within a Raster cell. | 
| esriPointToRasterZaverage | 3 | Use the average Z value of all the points within a Raster cell. | 
| esriPointToRasterIDW | 4 | Use the IDW average Z value of all the points within a Raster cell. | 
| esriPointToRasterNearest | 5 | Use the Z value of the point that is the closest to the cell center. |