ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.Inverse Method

Projects points from planar to geographic coordinates.

[Visual Basic .NET]
Public Sub Inverse ( _
    ByRef Points As WKSPoint[] _
)
[C#]
public void Inverse (
    ref WKSPoint[] Points
);
[C++]
HRESULT Inverse(
  Array* Points
);
[C++]

Parameters

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