This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDownsampleFunctionArguments Interface > IDownsampleFunctionArguments.StopBlurAllAtScaleFactor Property (ArcObjects .NET 10.4 SDK) |
At this downsampling factor, stop blurring all pixels, do only selected instead (optional).
[Visual Basic .NET] Public Property StopBlurAllAtScaleFactor As Double
[C#] public double StopBlurAllAtScaleFactor {get; set;}
[C++]
HRESULT get_StopBlurAllAtScaleFactor(
double* pScaleFactor
);
[C++]
HRESULT put_StopBlurAllAtScaleFactor(
double pScaleFactor
);
[C++]
Parameters pScaleFactor [out, retval] pScaleFactor is a parameter of type double pScaleFactor [in] pScaleFactor is a parameter of type double