ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem2.InverseWithShift Method

Projects points from planar to geographic coordinates. Deals with geographic coordinates in ranges other than +-180.

[Visual Basic .NET]
Public Sub InverseWithShift ( _
    ByVal shift As Double, _
    ByVal Count As Integer, _
    ByRef Points As WKSPoint _
)
[C#]
public void InverseWithShift (
    double shift,
    int Count,
    ref WKSPoint Points
);
[C++]
HRESULT InverseWithShift(
  double shift,
  long Count,
  _WKSPoint* Points
);
[C++]

Parameters

shift   shift is a parameter of type double Count [in]   Count is a parameter of type long Points

  Points is a parameter of type _WKSPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem2 Interface