Autodesk.AutoCAD.PlottingServices Namespace > PlotConfigInfoCollection Class
PlotConfigInfoCollection Class
Description

 

This .NET class wraps the AcArray<AcPlPlotConfigInfo, AcArrayObjectCopyReallocator<PlotConfigInfo> > ObjectARX class. 

 

AcArrayObjectCopyReallocator is a template class for dynamic arrays. 

 

If the class you intend to contain requires the use of operator=() for the copying during reallocation, use AcArrayObjectCopyReallocator with the array. If the contained class can be copied safely by the memcpy operator, use the AcArrayMemCopyReallocator template instead.

Class Hierarchy
Autodesk.AutoCAD.PlottingServices.PlotConfigInfoCollection
Visual Basic
Public sealed Class PlotConfigInfoCollection
Inherits DisposableWrapper
Inherits ICollection
Inherits IEnumerable
C#
public sealed class PlotConfigInfoCollection : DisposableWrapper, ICollection, IEnumerable;
Links
   Comments?