ArcGIS API for Windows Phone - Library Reference
ProjectionService Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : ProjectionService Property

Gets or sets the projection service used for projecting geometry in the data source to the map's spatial reference.

Syntax

Visual Basic (Declaration) 
Public Property ProjectionService As IProjectionService
C# 
public IProjectionService ProjectionService {get; set;}

Remarks

If you are projecting between WGS84 Geographic coordinates (SRID=4326) and WebMercator or your source data is in the same projection as the map it's being displayed on, there is no need to set this property.

Property Value

The projection service.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.