C++
typedef AcArray<AcDbDimData*> AcDbDimDataPtrArray;
File
dbDimData.h
Description
An AcDbDimDataPtrArray is a dynamic array of pointers to AcDbDimData objects. It is a template class based on the AcArray template class. See the description of the AcArray class for information on operators and methods.