ArcObjects Library Reference (GeoSurvey)  

IGeoSurveyFunctions.FormConnections Method

Add across road connections to parcels using these points.

[Visual Basic .NET]
Public Sub FormConnections ( _
    ByVal PointA As Integer, _
    ByVal PointB As Integer _
)
[C#]
public void FormConnections (
    int PointA,
    int PointB
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface