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


IGPSANeighborhood.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANeighborhood Interface > IGPSANeighborhood.Type Property
ArcGIS Developer Help

IGPSANeighborhood.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

IGPSANeighborhood Interface