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


IRasterInfo2.LODInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo2.LODInfos Property

The tiling Levels Of Details.

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

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

Product Availability

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

See Also

IRasterInfo2 Interface