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


ICalculateCellSizeRangesParameters.MaxRangeFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.MaxRangeFactor Property
ArcGIS Developer Help

ICalculateCellSizeRangesParameters.MaxRangeFactor Property

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(
  System.Double* pMaxRangeFactor
);
[C++]
Parameters
pMaxRangeFactor [in]

pMaxRangeFactor is a parameter of type double pMaxRangeFactor [out, retval]
pMaxRangeFactor is a parameter of type double*

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface