This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.MaxRangeFactor Property (ArcObjects .NET 10.5 SDK) |
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low.
[Visual Basic .NET] Public Property MaxRangeFactor As Double
[C#] public double MaxRangeFactor {get; set;}
[C++]
HRESULT get_MaxRangeFactor(
double* pMaxRangeFactor
);
[C++]
HRESULT put_MaxRangeFactor(
double pMaxRangeFactor
);
[C++]
Parameters pMaxRangeFactor [out, retval] pMaxRangeFactor is a parameter of type double pMaxRangeFactor [in] pMaxRangeFactor is a parameter of type double