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


IRasterConvolutionFilter.GetCenterPosition 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.GetCenterPosition Method
ArcGIS Developer Help

IRasterConvolutionFilter.GetCenterPosition Method

Gets the center position of the kernel filter.

[Visual Basic .NET]
Public Sub GetCenterPosition ( _
    ByRef atColumn As Integer, _
    ByRef atRow As Integer _
)
[C#]
public void GetCenterPosition (
    ref int atColumn,
    ref int atRow
);
[C++]
HRESULT GetCenterPosition(
  System.Int32* atColumn,
  System.Int32* atRow
);
[C++]
Parameters
atColumn [in, out]

atColumn is a parameter of type long* atRow [in, out]
atRow is a parameter of type long*

Product Availability

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

See Also

IRasterConvolutionFilter Interface