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


ITileCacheInfo.LODInfos Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITileCacheInfo.LODInfos Property

The tile cache Levels Of Details.

[Visual Basic .NET]
Public Property LODInfos As ILODInfos
[C#]
public ILODInfos LODInfos {get; set;}
[C++]
HRESULT get_LODInfos(
  ILODInfos** ppLODInfos
);
[C++]
HRESULT putref_LODInfos(
  ILODInfos* ppLODInfos
);
[C++]

Parameters ppLODInfos [out, retval]
ppLODInfos is a parameter of type ILODInfos ppLODInfos [in]
ppLODInfos is a parameter of type ILODInfos

Product Availability

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

See Also

ITileCacheInfo Interface