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


ITileCacheInfo.ComputeResolutions 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.ComputeResolutions Method
ArcGIS Developer Help

ITileCacheInfo.ComputeResolutions Method

Computes resolutions from scales and current DPI.

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

Product Availability

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

See Also

ITileCacheInfo Interface