|
||
EdgeList |
|
|||||||
An EdgeList enumerator is used to traverse a list of SilverSharp EDGE_NODEs. Because the EdgeList class supports the IEnumerable interface, the enumerators in an EdgeList work with the Visual-C# foreach statement.
|
|
|||||||
|
|
|||||||
Properties |
|
|
||||||
Methods |
|
|
||||||
Remarks |
An EdgeList object is contained in object entities as the Edges property |
|
||||||
See Also |
|
|||||||
Example |
The following code enumerates all of the edges contained in a SilverSharp OBJECT_NODE:
Since an EdgeList defines an iterator, the following code would work similarly:
|
|