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


IDownsampleFunctionArguments.StartBlurAtScaleFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDownsampleFunctionArguments Interface > IDownsampleFunctionArguments.StartBlurAtScaleFactor Property
ArcGIS Developer Help

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