ESRI.ArcGIS.ADF.Web.UI.WebControls
GetResolution Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Comparer Class : GetResolution Method




worldDistance
screenDistance

Syntax

Visual Basic (Declaration) 
Public Shared Function GetResolution( _
   ByVal worldDistance As Double, _
   ByVal screenDistance As Integer _
) As Double
Visual Basic (Usage)Copy Code
Dim worldDistance As Double
Dim screenDistance As Integer
Dim value As Double
 
value = Comparer.GetResolution(worldDistance, screenDistance)
C# 
public static double GetResolution( 
   double worldDistance,
   int screenDistance
)

Parameters

worldDistance
screenDistance

See Also

© 2010 All Rights Reserved.