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


IRasterDataset3.LODInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.LODInfos Property

The custom LOD infos.

[Visual Basic .NET]
Public ReadOnly Property LODInfos As IRasterLODInfos
[C#]
public IRasterLODInfos LODInfos {get;}
[C++]
HRESULT get_LODInfos(
  IRasterLODInfos** LODInfos
);
[C++]

Parameters LODInfos [out, retval]
LODInfos is a parameter of type IRasterLODInfos

Product Availability

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

See Also

IRasterDataset3 Interface