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


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

IProjectedCoordinateSystem.Forward Method

Projects points from geographic to planar coordinates.

[Visual Basic .NET]
Public Sub Forward ( _
    ByVal Count As Integer, _
    ByRef Points As WKSPoint _
)
[C#]
public void Forward (
    int Count,
    ref WKSPoint Points
);
[C++]
HRESULT Forward(
  long Count,
  WKSPoint* Points
);
[C++]
Parameters
Count [in]

Count is a parameter of type long Points
Points is a parameter of type WKSPoint*

Product Availability

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

See Also

IProjectedCoordinateSystem Interface