ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelResampler.CubicConvolutionParameter Property

The cubic convolution parameter (-1, -0.75, -0.5).

[Visual Basic .NET]
Public Property CubicConvolutionParameter As Double
[C#]
public double CubicConvolutionParameter {get; set;}
[C++]
HRESULT get_CubicConvolutionParameter(
  double* a
);
[C++]
HRESULT put_CubicConvolutionParameter(
  double a
);
[C++]

Parameters

a [out, retval]   a is a parameter of type double a [in]   a is a parameter of type double

Product Availability

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

Remarks

A parameter, (-3,0) not inclusive, is used to adjust the sharpness of cubic resampling. The resampled image will show the edge effect as the factor is close to -3, and smooth when the factor is close to 0.

See Also

ISimplePixelResampler Interface

.NET Related Topics

DataSourcesRaster