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