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


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

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(
  SAFEARRAY(System.Double)* coefList
);
[C++]
Parameters
coefList [in, out]

coefList is a parameter of type SAFEARRAY(double)*

Product Availability

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

See Also

IRasterConvolutionFilter Interface