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