This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.PointBearingDistance Method (ArcObjects .NET 10.5 SDK) |
Find a line point line in the packet.
[Visual Basic .NET] Public Sub PointBearingDistance ( _ ByVal IdA As Integer, _ ByVal IdB As Integer, _ ByRef pBearing As Double, _ ByRef pDistance As Double, _ ByRef pGndDist As Double, _ ByRef pTrueMidBrg As Double _ )
[C#] public void PointBearingDistance ( int IdA, int IdB, ref double pBearing, ref double pDistance, ref double pGndDist, ref double pTrueMidBrg );