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.MaxOverviewFactor Property (ArcObjects .NET 10.5 SDK) |
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