ArcObjects Library Reference (CadastralUI)  

ICadastralLinePointsEx.FindLinePoints Method

All the line point ids for a point pair.

[Visual Basic .NET]
Public Function FindLinePoints ( _
    ByVal from As Integer, _
    ByVal to As Integer _
) As ILongArray
[C#]
public ILongArray FindLinePoints (
    int from,
    int to
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePointsEx Interface