This document is archived and information here might be outdated. Recommended version. |
Expands the selected zones by a specified number of cells.
[Visual Basic .NET] Public Function Expand ( _ ByVal Raster As IGeoDataset, _ ByVal numberCells As Integer, _ ByRef zoneList As Object _ ) As IGeoDataset
[C#] public IGeoDataset Expand ( IGeoDataset Raster, int numberCells, ref object zoneList );
[C++]
HRESULT Expand(
IGeoDataset* Raster,
long numberCells,
Variant* zoneList
);
[C++] Parameters Raster [in]
Raster is a parameter of type IGeoDataset* numberCells [in]
numberCells is a parameter of type long zoneList [in]
zoneList is a parameter of type VARIANT*
geoDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
numberCellst |
the number of cells to expand each selected zone |
zoneList |
a listing of values (array of type long) from the table of the input raster indicating the zones to select. The default field is Value. |