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


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

IDownsampleFunctionArguments.StartBlurAtScaleFactor Property

Blur at this or larger downsampling factor (optional).

[Visual Basic .NET]
Public Property StartBlurAtScaleFactor As Double
[C#]
public double StartBlurAtScaleFactor {get; set;}
[C++]
HRESULT get_StartBlurAtScaleFactor(
  double* pScaleFactor
);
[C++]
HRESULT put_StartBlurAtScaleFactor(
  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