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


IOverviewTileParameters.MaximumSizeOfTopmostOverview Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.MaximumSizeOfTopmostOverview Property

The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. A higher value for this property results in fewer levels of overviews. The operation continues to define a new level as long as the number of pixels of the overv.

[Visual Basic .NET]
Public Property MaximumSizeOfTopmostOverview As Integer
[C#]
public int MaximumSizeOfTopmostOverview {get; set;}
[C++]
HRESULT get_MaximumSizeOfTopmostOverview(
  long* pMaximumSizeOfTopmostOverview
);
[C++]
HRESULT put_MaximumSizeOfTopmostOverview(
  long pMaximumSizeOfTopmostOverview
);
[C++]

Parameters pMaximumSizeOfTopmostOverview [out, retval] pMaximumSizeOfTopmostOverview is a parameter of type long pMaximumSizeOfTopmostOverview [in] pMaximumSizeOfTopmostOverview is a parameter of type long

Product Availability

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

See Also

IOverviewTileParameters Interface