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


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

ICadastralLinePoints2.FindLinePoint Method

Find a line point line in the packet and return the line end points.

[Visual Basic .NET]
Public Sub FindLinePoint ( _
    ByVal LinePoint As Integer, _
    ByRef pPointa As Integer, _
    ByRef pPointb As Integer, _
    ByRef pParcelId As Integer _
)
[C#]
public void FindLinePoint (
    int LinePoint,
    ref int pPointa,
    ref int pPointb,
    ref int pParcelId
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePoints2 Interface