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


ISimplePixelResampler.CubicConvolutionParameter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelResampler Interface > ISimplePixelResampler.CubicConvolutionParameter Property
ArcGIS Developer Help

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(
  System.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