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


IGPSANeighborhoodDomain.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANeighborhoodDomain.Type Property

The Neighborhood type.

[Visual Basic .NET]
Public Function get_Type ( _
    ByVal index As Integer _
) As esriRasterNeighborhoodEnum
[C#]
public esriRasterNeighborhoodEnum get_Type (
    int index
);
[C++]
HRESULT get_Type(
  long index,
  esriRasterNeighborhoodEnum* pType
);
[C++]

Parameters index [in] index is a parameter of type long pType [out, retval]
pType is a parameter of type esriRasterNeighborhoodEnum

Product Availability

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

See Also

IGPSANeighborhoodDomain Interface