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


ITileCacheInfoEx.LODInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITileCacheInfoEx.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

ITileCacheInfoEx Interface