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


IGPSANeighborhood2.Type Property (ArcObjects .NET 10.5 SDK)
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