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


IGSParcel.CalcAcrossRoadConnection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

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