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