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


IRasterDataset3.LODInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset3 Interface > IRasterDataset3.LODInfos Property
ArcGIS Developer Help

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