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


IRasterConvolutionFilter.SetCenterPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterConvolutionFilter Interface > IRasterConvolutionFilter.SetCenterPosition Method
ArcGIS Developer Help

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