ArcGIS API for Silverlight - Library Reference
ProjectionService Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > KmlLayer 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.