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


IProjectedCoordinateSystem4GEN.Inverse Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.Inverse Method
ArcGIS Developer Help

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(
  SAFEARRAY(WKSPoint)* Points
);
[C++]
Parameters
Points [in, out]

Points is a parameter of type SAFEARRAY(WKSPoint)*

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface