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


ITileCacheInfo.ComputeScales Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfo Interface > ITileCacheInfo.ComputeScales Method
ArcGIS Developer Help

ITileCacheInfo.ComputeScales Method

Computes scales from resolutions and current DPI.

[Visual Basic .NET]
Public Sub ComputeScales ( _
)
[C#]
public void ComputeScales (
);
[C++]
HRESULT ComputeScales(
void
);

Product Availability

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

See Also

ITileCacheInfo Interface