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


ITileCacheInfo.Dpi Property (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.Dpi Property
ArcGIS Developer Help

ITileCacheInfo.Dpi Property

The tiling DPI.

[Visual Basic .NET]
Public Property Dpi As Integer
[C#]
public int Dpi {get; set;}
[C++]
HRESULT get_Dpi(
  System.Int32* pDpi
);
[C++]
HRESULT put_Dpi(
  long pDpi
);
[C++]
Parameters
pDpi [out, retval]

pDpi is a parameter of type long* pDpi [in]
pDpi is a parameter of type long

Product Availability

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

See Also

ITileCacheInfo Interface