This document is archived and information here might be outdated.  Recommended version.


IRasterNeighborhood Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterNeighborhood Interface
ArcGIS Developer Help

IRasterNeighborhood Interface

Provides access to members that control the analytical region used when performing neighborhood analsis. Note: the IRasterNeighborhood interface has been superseded by IRasterNeighborhood2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method SetAnnulus Sets an annulus neighborhood object.
Method SetCircle Sets a circle neighborhood object.
Method SetDefault Sets a default neighborhood object.
Method SetIrregular Sets a neighborhood object each of whose entries can be turned on or off.
Method SetRectangle Sets a rectangle neighborhood object.
Method SetWedge Sets a wedge neighborhood object.
Method SetWeight Sets a neighborhood object each of whose entries can be assigned a weight.

Classes that implement IRasterNeighborhood

Classes Description
RasterNeighborhood Esri Raster neighborhood object.

Remarks