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


ICadastralJoin.NearJoinPoint 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.NearJoinPoint Method
ArcGIS Developer Help

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