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


ICadastralParcel.FindParcelLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralParcel Interface > ICadastralParcel.FindParcelLine Method
ArcGIS Developer Help

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