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