ArcObjects Library Reference (CadastralUI)  

IGSForwardStar.ToNodes Property

From a give 'from' point id, return all connected 'to' points.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSForwardStar Interface