ESRI.ArcGIS.ADF.Web
SpatialReference Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.SpatialReference Namespace > SpatialReference Class > SpatialReference Constructor : SpatialReference Constructor(String)




coordSysDef
Definition string of the coordinate system.
Constructs a SpatialReference with the specified coordinate system ID in string representation.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal coordSysDef As String _
)
Visual Basic (Usage)Copy Code
Dim coordSysDef As String
 
Dim instance As SpatialReference(coordSysDef)
C# 
public SpatialReference( 
   string coordSysDef
)

Parameters

coordSysDef
Definition string of the coordinate system.

See Also

© 2010 All Rights Reserved.