Description
This class represents a collection of vertices corresponding to the loop.
Class Hierarchy
Autodesk.AutoCAD.BoundaryRepresentation.LoopVertexCollection
Visual Basic
Public sealed Class LoopVertexCollection Inherits IEnumerable
C#
public sealed class LoopVertexCollection : IEnumerable<Vertex>;