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


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

ICadastralJoin.FindJoinParcelLine Method

This method is obselete. Use FindNetworkPoint and CreateLinePointJoinLink methods instead

[Visual Basic .NET]
Public Sub FindJoinParcelLine ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal tolerance As Double _
)
[C#]
public void FindJoinParcelLine (
    double X,
    double Y,
    double tolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface