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


IMosaicLODInfos.Get Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicLODInfos Interface > IMosaicLODInfos.Get Method
ArcGIS Developer Help

IMosaicLODInfos.Get Method

Queries a LOD.

[Visual Basic .NET]
Public Sub Get ( _
    ByVal index As Integer, _
    ByRef pResolution As Double, _
    ByRef pLOD As Double _
)
[C#]
public void Get (
    int index,
    ref double pResolution,
    ref double pLOD
);
[C++]
HRESULT Get(
  long index,
  System.Double* pResolution,
  System.Double* pLOD
);
[C++]
Parameters
index [in]

index is a parameter of type long pResolution [out]
pResolution is a parameter of type double* pLOD [out]
pLOD is a parameter of type double*

Product Availability

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

See Also

IMosaicLODInfos Interface