This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLinePointsEx Interface > ICadastralLinePointsEx.FindLinePoints Method (ArcObjects .NET 10.4 SDK) |
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 );