ESRI.ArcGIS.ADF.Web.DataSources.IMS
ToIMSSpatialReference Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > Converter Class : ToIMSSpatialReference Method




sr
A Web ADF SpatialReference.
Converts a Web ADF spatial reference to an ArcIMS spatial reference.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToIMSSpatialReference( _
   ByVal sr As SpatialReference _
) As SpatialReference
Visual Basic (Usage)Copy Code
Dim sr As SpatialReference
Dim value As SpatialReference
 
value = Converter.ToIMSSpatialReference(sr)
C# 
public static SpatialReference ToIMSSpatialReference( 
   SpatialReference sr
)

Parameters

sr
A Web ADF SpatialReference.

Return Value

An equivalent ArcIMS SpatialReference.

See Also

© 2010 All Rights Reserved.