Sets the element coefficients of the kernel filter.
[Visual Basic .NET]
Public Sub PutCoefficients ( _
ByRef coefList As Double[]& _
)
[C#] public void PutCoefficients ( ref Double[]& coefList );
[C++]
HRESULT PutCoefficients(
coefList* coefList
);
[C++]Parameters
coefList [in, out] coefList is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
PutCoefficents takes a dimentional (1D) array (row * column of the kernel), then transforms automatically to a 2D array. The side of 2D array is defined by SetSize method.
size of 1D array = row * column of the kernel