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


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

IGeoSurveyFunctions2.FormConnectionsBearingDistance Method

Add across road connections to parcels using these points, specified Bearing and Distance.

[Visual Basic .NET]
Public Sub FormConnectionsBearingDistance ( _
    ByVal PointA As Integer, _
    ByVal PointB As Integer, _
    ByVal Bearing As Double, _
    ByVal Distance As Double _
)
[C#]
public void FormConnectionsBearingDistance (
    int PointA,
    int PointB,
    double Bearing,
    double Distance
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions2 Interface