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


ITileCacheInfo.Dpi Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITileCacheInfo.Dpi Property

The tiling DPI.

[Visual Basic .NET]
Public Property Dpi As Integer
[C#]
public int Dpi {get; set;}
[C++]
HRESULT get_Dpi(
  long* 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