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


IRasterConvolutionFilter.ScaleBy Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterConvolutionFilter.ScaleBy Method

Scales the filter coefficients.

[Visual Basic .NET]
Public Sub ScaleBy ( _
    ByVal scaleFactor As Double _
)
[C#]
public void ScaleBy (
    double scaleFactor
);
[C++]
HRESULT ScaleBy(
  double scaleFactor
);
[C++]

Parameters scaleFactor [in] scaleFactor is a parameter of type double

Product Availability

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

See Also

IRasterConvolutionFilter Interface