ESRI.ArcGIS.Mobile
SpatialReferenceConverter Constructor(SpatialReference,SpatialReference,GeoTransformation)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReferenceConverter Class > SpatialReferenceConverter Constructor : SpatialReferenceConverter Constructor(SpatialReference,SpatialReference,GeoTransformation)

spatialReference1
spatialReference2
geoTransformation
Initializes a new instance. The geotransformation instance must be a valid instance that defines a transformation between the geographic coordinate system of the reference instances.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal spatialReference1 As SpatialReference, _
   ByVal spatialReference2 As SpatialReference, _
   ByVal geoTransformation As GeoTransformation _
)

Parameters

spatialReference1
spatialReference2
geoTransformation

Exceptions

ExceptionDescription
ArgumentException The GeoTransformation doesn't match at least one of the spatial references.
ArgumentOutOfRangeException One of the spatial references is in an invalid state.

Requirements

Target 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

© 2013 All Rights Reserved.