ArcObjects Library Reference (DataSourcesRaster)  

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(
  double pMaxRangeFactor
);
[C++]

Parameters

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface