ArcObjects Library Reference (DataSourcesRaster)  

ICalculateCellSizeRangesParameters.MaxOverviewFactor Property

The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.

[Visual Basic .NET]
Public Property MaxOverviewFactor As Double
[C#]
public double MaxOverviewFactor {get; set;}
[C++]
HRESULT get_MaxOverviewFactor(
  double* pMaxOverviewFactor
);
[C++]
HRESULT put_MaxOverviewFactor(
  double pMaxOverviewFactor
);
[C++]

Parameters

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface