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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.