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


ITileCacheInfoEx.LODInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfoEx Interface > ITileCacheInfoEx.LODInfos Property
ArcGIS Developer Help

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