This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralParcel Interface > ICadastralParcel.FindParcelLine Method (ArcObjects .NET 10.5 SDK) |
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 );