ArcObjects Library Reference (SpatialAnalyst)  

IGPSANeighborhood2.Type Property

The type of the neighborhood.

[Visual Basic .NET]
Public ReadOnly Property Type As esriRasterNeighborhoodEnum
[C#]
public esriRasterNeighborhoodEnum Type {get;}
[C++]
HRESULT get_Type(
  esriRasterNeighborhoodEnum* neighborhoodType
);
[C++]

Parameters

neighborhoodType [out, retval]

  neighborhoodType is a parameter of type esriRasterNeighborhoodEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANeighborhood2 Interface