This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.CalcAcrossRoadConnection Method (ArcObjects .NET 10.4 SDK) |
Calculate the across road connection at this point.
[Visual Basic .NET] Public Sub CalcAcrossRoadConnection ( _ ByVal point As Integer, _ ByVal brg As Double, _ ByVal roadWidth As Double, _ ByVal lastRoadWidth As Double, _ ByVal lastBearing As Double _ )
[C#] public void CalcAcrossRoadConnection ( int point, double brg, double roadWidth, double lastRoadWidth, double lastBearing );