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.
Autodesk.AutoCAD.PlottingServices.DsdEntryCollection
Public sealed Class DsdEntryCollection Inherits DisposableWrapper Inherits ICollection
public sealed class DsdEntryCollection : DisposableWrapper, ICollection;
Comments? |