This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeodeticMeasurement Interface > IGeodeticMeasurement.MovePointByGeodeticDistance Method (ArcObjects .NET 10.5 SDK) |
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