GoNodeLinkEnumerator Structure Members
In This Topic
The following tables list the members exposed by GoNodeLinkEnumerator.
Public Properties
| Name | Description |
| Count |
Get the number of links.
|
| Current |
Gets the current link in the collection of links connected to this node.
|
| First | Gets the first IGoLink, or null if there are no links connected to ports in this node. |
| Last | Gets the last IGoLink, or null if there are no links connected to ports in this node. |
Top
Public Methods
| Name | Description |
| Dispose |
There are no resources to clean up.
|
| GetEnumerator |
Gets an enumerator for iterating over the IGoLinks connected to this node.
|
| MoveNext |
Advance the enumerator to the next IGoLink.
|
| Reset |
Reset the enumerator to its original position.
|
Top
See Also