ArcGIS Runtime SDK for WPF - Library Reference
GetResolution(Double,SpatialReference,Double) Method
See Also 
ESRI.ArcGIS.Client.Geometry Namespace > Geometry Class > GetResolution Method : GetResolution(Double,SpatialReference,Double) Method

scale
Scale.
spatialReference
Spatial reference.
pixelsPerInch
Pixels per inch (dpi).
Gets the resolution.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetResolution( _
   ByVal scale As Double, _
   ByVal spatialReference As SpatialReference, _
   Optional ByVal pixelsPerInch As Double _
) As Double
C# 
public static double GetResolution( 
   double scale,
   SpatialReference spatialReference,
   double pixelsPerInch
)

Parameters

scale
Scale.
spatialReference
Spatial reference.
pixelsPerInch
Pixels per inch (dpi).

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.