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


IProjectedCoordinateSystem4GEN.Forward Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.Forward Method

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(
  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