This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicLODInfos Interface > IMosaicLODInfos.Get Method (ArcObjects .NET 10.5 SDK) |
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,
double* pResolution,
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