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


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

IMosaicLODInfoHelper.LODInfos Property

The LOD information.

[Visual Basic .NET]
Public ReadOnly Property LODInfos As IMosaicLODInfos
[C#]
public IMosaicLODInfos LODInfos {get;}
[C++]
HRESULT get_LODInfos(
  IMosaicLODInfos** ppLODInfos
);
[C++]
Parameters
ppLODInfos [out, retval]

ppLODInfos is a parameter of type IMosaicLODInfos**

Product Availability

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

See Also

IMosaicLODInfoHelper Interface