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


IRasterConvolutionFilter.SetCenterPosition Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterConvolutionFilter.SetCenterPosition Method

Sets the center position of the kernel filter.

[Visual Basic .NET]
Public Sub SetCenterPosition ( _
    ByVal atColumn As Integer, _
    ByVal atRow As Integer _
)
[C#]
public void SetCenterPosition (
    int atColumn,
    int atRow
);
[C++]
HRESULT SetCenterPosition(
  long atColumn,
  long atRow
);
[C++]

Parameters atColumn [in] atColumn is a parameter of type long atRow [in] atRow is a parameter of type long

Product Availability

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

See Also

IRasterConvolutionFilter Interface