ArcGIS API for Windows Phone - Library Reference
WorldWidth Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > SpatialReference Class : WorldWidth Method

sref
Spatial Reference
Returns the "width" of the world in map units for the spatial references that supports WrapAround mode. Returns NaN for unsupported spatial references.

Syntax

Visual Basic (Declaration) 
Public Shared Function WorldWidth( _
   ByVal sref As SpatialReference _
) As Double
C# 
public static double WorldWidth( 
   SpatialReference sref
)

Parameters

sref
Spatial Reference

Return Value

The width of the world in map units for the given spatial reference, or NaN if the spatial reference doesn't support WrapAround.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.