ArcObjects Library Reference (GeoSurvey)  

IGeoSurveyFunctions3.FormConnectionsBearingDistance Method

Add across road connections to parcels using these points, specified Bearing and Distance. Developer can specify whether the line created should be scaled and rotated.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions3 Interface