ESRI.ArcGIS.Mobile
IsForward Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > GeoTransformation Class : IsForward Method

spatialReference
Determines if for the given spatial reference the transformation is going to be forward of backward. The geographic coordinate system of the given spatial reference must match one of the geographic coordinate system of the geo-transformation.

Syntax

Visual Basic (Declaration) 
Public Function IsForward( _
   ByVal spatialReference As SpatialReference _
) As Boolean
C# 
public bool IsForward( 
   SpatialReference spatialReference
)

Parameters

spatialReference

Exceptions

ExceptionDescription
ArgumentException If the spatial reference geographic coordinate system doesn't match one geo-transformation geographic coordinate system.

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.