ArcObjects Library Reference (GeoAnalyst)  

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