This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelResampler Interface > ISimplePixelResampler.CubicConvolutionParameter Property (ArcObjects .NET 10.5 SDK) |
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