ArcObjects Library Reference (GeoSurvey)  

ICadastralLinePoints.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 _
)
[C#]
public void FindLinePoint (
    int LinePoint,
    ref int pPointa,
    ref int pPointb
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePoints Interface