This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILocalOp Interface > ILocalOp.Popularity Method (ArcObjects .NET 10.5 SDK) |
Calculates the local popularity between GeoDatasets.
[Visual Basic .NET] Public Function Popularity ( _ ByVal ValueData As IGeoDataset, _ ByVal LocalData As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset Popularity ( IGeoDataset ValueData, IGeoDataset LocalData );
[C++]
HRESULT Popularity(
IGeoDataset* ValueData,
IGeoDataset* LocalData,
IGeoDataset** outGeodataset
);
[C++]
Parameters ValueData [in]
ValueData is a parameter of type IGeoDataset LocalData [in]
LocalData is a parameter of type IGeoDataset outGeodataset [out, retval]
outGeodataset is a parameter of type IGeoDataset
valueData | an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the popularity position of the specified inputs in the argument list defined by localData that will be returned |
localData | a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the argument list that is used to evaluate the popularity of the values for each cell location |