ArcObjects Library Reference (SpatialAnalyst)  

IGPSANeighborhoodDomain.AddType Method

Add a Neighborhood type.

[Visual Basic .NET]
Public Sub AddType ( _
    ByVal Type As esriRasterNeighborhoodEnum _
)
[C#]
public void AddType (
    esriRasterNeighborhoodEnum Type
);
[C++]
HRESULT AddType(
  esriRasterNeighborhoodEnum Type
);
[C++]

Parameters

Type [in]

  Type 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