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


ICadastralJoin.NearJoinPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralJoin.NearJoinPoint Method

Find a node on the Join Parcel or the Network.

[Visual Basic .NET]
Public Sub NearJoinPoint ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal tolerance As Double, _
    ByRef pNetworkPt As Integer, _
    ByRef pParcelPt As Integer _
)
[C#]
public void NearJoinPoint (
    double X,
    double Y,
    double tolerance,
    ref int pNetworkPt,
    ref int pParcelPt
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface