ArcGIS API for Silverlight - Library Reference
SpatialReference Constructor(String)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > SpatialReference Class > SpatialReference Constructor : SpatialReference Constructor(String)

wkt
The Well known text that represents the Spatial Reference. WellKnownObject.WKID will be set to 0 when using WKT.
Initializes a new instance of the SpatialReference class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal wkt As String _
)
C# 
public SpatialReference( 
   string wkt
)

Parameters

wkt
The Well known text that represents the Spatial Reference. WellKnownObject.WKID will be set to 0 when using WKT.

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.