ESRI.ArcGIS.Mobile
GetGeoTransformations Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReferenceConverter Class : GetGeoTransformations Method

spatialReference1
spatialReference2
Returns the list of potential geo-transformations for two spatial references.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetGeoTransformations( _
   ByVal spatialReference1 As SpatialReference, _
   ByVal spatialReference2 As SpatialReference _
) As IList(Of GeoTransformation)
C# 
public static IList<GeoTransformation> GetGeoTransformations( 
   SpatialReference spatialReference1,
   SpatialReference spatialReference2
)

Parameters

spatialReference1
spatialReference2

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also