ArcGIS API for WPF - 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;}

Property Value

The projection service.

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.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.