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


IPyramidFunctionArguments2.LODInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPyramidFunctionArguments2 Interface > IPyramidFunctionArguments2.LODInfos Property
ArcGIS Developer Help

IPyramidFunctionArguments2.LODInfos Property

An array of LOD infos that define each pyramid level.

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

ppRasters is a parameter of type IRasterLODInfos** ppRasters [in]
ppRasters is a parameter of type IRasterLODInfos*

Product Availability

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

See Also

IPyramidFunctionArguments2 Interface