This document is archived and information here might be outdated. Recommended version. |
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 );