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


IGeodeticMeasurement.MovePointByGeodeticDistance Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IGeodeticMeasurement.MovePointByGeodeticDistance Method

Move point by given distance in meters on the Spheroid in the direction of the given azimuth(given in radians).

[Visual Basic .NET]
Public Sub MovePointByGeodeticDistance ( _
    ByVal curveType As esriGeodeticType, _
    ByVal distanceMeters As Double, _
    ByVal azimuthRadians As Double, _
    ByVal resultPoint As IPoint _
)
[C#]
public void MovePointByGeodeticDistance (
    esriGeodeticType curveType,
    double distanceMeters,
    double azimuthRadians,
    IPoint resultPoint
);
[C++]
HRESULT MovePointByGeodeticDistance(
  esriGeodeticType curveType,
  double distanceMeters,
  double azimuthRadians,
  IPoint* resultPoint
);
[C++]

Parameters curveType [in]
curveType is a parameter of type esriGeodeticType distanceMeters [in] distanceMeters is a parameter of type double azimuthRadians [in] azimuthRadians is a parameter of type double resultPoint [in, out]
resultPoint is a parameter of type IPoint

Product Availability

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

See Also

IGeodeticMeasurement Interface