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


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

ICadastralJoin.FindNetworkLine Method

This method is obselete. Use FindJoinParcelPoint and CreateLinePointJoinLink methods instead

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralJoin Interface