This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Constants > E > esriPointToRasterVoidFillMethod Constants (ArcObjects .NET 10.5 SDK) |
Point data to Raster void filling methods.
Constant | Value | Description |
---|---|---|
esriPointToRasterVoidFillNoFill | 1 | Do not fill void. |
esriPointToRasterVoidFillSimple | 2 | Use immediate neighbor cells (not all voids can be filled with this method). |
esriPointToRasterVoidFillInterpolation | 3 | Use a method defined in esriSurfaceInterpolationType. |