ArcObjects Library Reference (GeoSurvey)  

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