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


IOverviewTileParameters.OverviewFactor Property (ArcObjects .NET 10.6 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(
  System.Int32* pOverviewFactor
);
[C++]

Parameters pOverviewFactor [in]
pOverviewFactor is a parameter of type long pOverviewFactor [out, retval]
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