ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.GetCenterPosition Method

Gets the center position of the speckle filter kernel.

[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(
  long* atColumn,
  long* 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

ISpeckleFilter Interface