This document is archived and information here might be outdated. Recommended version. |
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*