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


IOverviewTileParameters.OverviewFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.OverviewFactor Property

The factor by which two neighboring overview levels differ.

[Visual Basic .NET]
Public Property OverviewFactor As Integer
[C#]
public int OverviewFactor {get; set;}
[C++]
HRESULT get_OverviewFactor(
  long* pOverviewFactor
);
[C++]
HRESULT put_OverviewFactor(
  long pOverviewFactor
);
[C++]

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

Product Availability

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

See Also

IOverviewTileParameters Interface

.NET Related Topics

How to define and generate overviews on a Mosaic dataset