This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDownsampleFunctionArguments Interface > IDownsampleFunctionArguments.StartBlurAtScaleFactor Property (ArcObjects .NET 10.4 SDK) |
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