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


ICadastralLinePointsEx.FindLinePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLinePointsEx Interface > ICadastralLinePointsEx.FindLinePoints Method
ArcGIS Developer Help

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