ArcObjects Library Reference (GeoSurvey)  

ICadastralParcel.FindParcel Method

Find Parcel by ground co-ords.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralParcel Interface