Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.
[Visual Basic .NET] Public Function ZonalFill ( _ ByVal zoneDataset As IGeoDataset, _ ByVal weightDataset As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset ZonalFill ( IGeoDataset zoneDataset, IGeoDataset weightDataset );
[C++]
HRESULT ZonalFill(
  IGeoDataset* zoneDataset,
  IGeoDataset* weightDataset,
  IGeoDataset** geometryGeoDataset
);
[C++]Parameters
zoneDataset [in]zoneDataset is a parameter of type IGeoDataset
weightDataset [in]weightDataset is a parameter of type IGeoDataset
geometryGeoDataset [out, retval]geometryGeoDataset is a parameter of type IGeoDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Remarks
| zoneDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor or FeatureClass, FeatureClassDescriptor defining the zones to be filled | 
| weightDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor whose values will be used to fill the zones |