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