ArcObjects Library Reference (DataSourcesRaster)  

IRasterConvolutionFilter.QueryCoefficients Method

Gets the element coefficients of the kernel filter.

[Visual Basic .NET]
Public Sub QueryCoefficients ( _
    ByRef coefList As Double[]& _
)
[C#]
public void QueryCoefficients (
    ref Double[]& coefList
);
[C++]
HRESULT QueryCoefficients(
  coefList* coefList
);
[C++]

Parameters

coefList [in, out]   coefList is a parameter of type

Product Availability

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

See Also

IRasterConvolutionFilter Interface