This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem4GEN.InverseWithShift Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.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, _
    ByRef Points As WKSPoint[] _
)
[C#]
public void InverseWithShift (
    double shift,
    ref WKSPoint[] Points
);
[C++]
HRESULT InverseWithShift(
  double shift,
  Array* Points
);
[C++]

Parameters shift shift is a parameter of type double Points [in, out] Points is a parameter of type Array

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface