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


IGPSANeighborhoodDomain.RemoveType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANeighborhoodDomain.RemoveType Method

Remove a Neighborhood type.

[Visual Basic .NET]
Public Sub RemoveType ( _
    ByVal Type As esriRasterNeighborhoodEnum _
)
[C#]
public void RemoveType (
    esriRasterNeighborhoodEnum Type
);
[C++]
HRESULT RemoveType(
  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