This document is archived and information here might be outdated. Recommended version. |
Projects points from geographic to planar coordinates.
[Visual Basic .NET] Public Sub Forward ( _ ByRef Points As WKSPoint[] _ )
[C#] public void Forward ( ref WKSPoint[] Points );
[C++]
HRESULT Forward(
SAFEARRAY(WKSPoint)* Points
);
[C++] Parameters Points [in, out]
Points is a parameter of type SAFEARRAY(WKSPoint)*