ArcObjects Library Reference (GeoSurvey)  

ICadastralParcel.FindParcelLine Method

Find Parcel Line by ground co-ords.

[Visual Basic .NET]
Public Sub FindParcelLine ( _
    ByVal dX As Double, _
    ByVal dY As Double, _
    ByVal dTolerance As Double, _
    ByRef pParcelId As Integer, _
    ByRef pLineId As Integer _
)
[C#]
public void FindParcelLine (
    double dX,
    double dY,
    double dTolerance,
    ref int pParcelId,
    ref int pLineId
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralParcel Interface