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


IGeoSurveyFunctions.PointBearingDistance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.PointBearingDistance Method
ArcGIS Developer Help

IGeoSurveyFunctions.PointBearingDistance Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface