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


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

IGSParcel.CalcAcrossRoadConnection Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface