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


IProjectedCoordinateSystem.Inverse Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem.Inverse Method

Projects points from planar to geographic coordinates.

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

Parameters 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

IProjectedCoordinateSystem Interface