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


IGeodeticMeasurement.MovePointByGeodeticDistance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeodeticMeasurement Interface > IGeodeticMeasurement.MovePointByGeodeticDistance Method
ArcGIS Developer Help

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