ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.CreateLinePointJoinLink Method

Create a new Join Link from a point to a line point.

[Visual Basic .NET]
Public Sub CreateLinePointJoinLink ( _
    ByVal isNetworkPoint As Boolean, _
    ByVal pointID As Integer, _
    ByVal gndX As Double, _
    ByVal gndY As Double, _
    ByVal tolerance As Double, _
    ByRef joinRecIndex As Integer, _
    ByRef linePointX As Double, _
    ByRef linePointY As Double _
)
[C#]
public void CreateLinePointJoinLink (
    bool isNetworkPoint,
    int pointID,
    double gndX,
    double gndY,
    double tolerance,
    ref int joinRecIndex,
    ref double linePointX,
    ref double linePointY
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface