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