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


ICadastralJoin.CreateLinePointJoinLink Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralJoin Interface > ICadastralJoin.CreateLinePointJoinLink Method
ArcGIS Developer Help

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