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


IGSForwardStar.ToNodes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IG > IGSForwardStar Interface > IGSForwardStar.ToNodes Property
ArcGIS Developer Help

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