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


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

ICadastralJoin.FindJoinParcelPoint Method

Find a node on the Join Parcel.

[Visual Basic .NET]
Public Function FindJoinParcelPoint ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal tolerance As Double _
) As Integer
[C#]
public int FindJoinParcelPoint (
    double X,
    double Y,
    double tolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface