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


IRasterNeighborhood.SetDefault Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterNeighborhood Interface > IRasterNeighborhood.SetDefault Method
ArcGIS Developer Help

IRasterNeighborhood.SetDefault Method

Sets a default neighborhood object.

[Visual Basic .NET]
Public Sub SetDefault ( _
)
[C#]
public void SetDefault (
);
[C++]
HRESULT SetDefault(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The default neighborhood is set to be rectangle - 3 by 3 cell units.

See Also

IRasterNeighborhood Interface