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


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

ICreateMosaicDatasetParameters.LODInfos Property

The levels of detail associated with the mosaic dataset.

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

ppLODInfos is a parameter of type IMosaicLODInfos* ppLODInfos [out, retval]
ppLODInfos is a parameter of type IMosaicLODInfos**

Product Availability

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

Description

This object describes LOD (Level Of Detail) information for the Mosaic Dataset. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.

See Also

ICreateMosaicDatasetParameters Interface