This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* pMaxOverviewFactor
);
[C++] Parameters pMaxOverviewFactor [in]
pMaxOverviewFactor is a parameter of type double pMaxOverviewFactor [out, retval]
pMaxOverviewFactor is a parameter of type double*