This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfo Interface > ITileCacheInfo.Dpi Property (ArcObjects .NET 10.4 SDK) |
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