This document is archived and information here might be outdated. Recommended version. |
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)*