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


IDownsampleFunctionArguments.StopBlurAllAtScaleFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDownsampleFunctionArguments.StopBlurAllAtScaleFactor Property

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

Product Availability

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

See Also

IDownsampleFunctionArguments Interface