Description
This class represents a collection of edges corresponding to the vertex.
Class Hierarchy
Autodesk.AutoCAD.BoundaryRepresentation.VertexEdgeCollection
Visual Basic
Public sealed Class VertexEdgeCollection Inherits IEnumerable
C#
public sealed class VertexEdgeCollection : IEnumerable<Edge>;