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