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


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

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