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


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

ICadastralPoints.FindPoint Method

Find Point by ground co-ords.

[Visual Basic .NET]
Public Sub FindPoint ( _
    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 FindPoint (
    double dX,
    double dY,
    double dTolerance,
    ref int pId,
    ref double pXo,
    ref double pYo
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPoints Interface