Description
This .NET class wraps the AcPlDSDEntries ObjectARX class.
Entries is a typedef for an instance of the AcArray template class. It provides a container for collections of Entry objects.
Class Hierarchy
Autodesk.AutoCAD.PlottingServices.DsdEntryCollection
Visual Basic
Public sealed Class DsdEntryCollection Inherits DisposableWrapper Inherits ICollection
C#
public sealed class DsdEntryCollection : DisposableWrapper, ICollection;