This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions2 Interface > IGeoSurveyFunctions2.FormConnectionsBearingDistance Method (ArcObjects .NET 10.4 SDK) |
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 );