AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbAssocActionBody AcDbAssocParamBasedActionBody AcDbAssocArrayActionBody AcDbAssocArrayModifyActionBody
class AcDbAssocArrayModifyActionBody : public AcDbAssocArrayActionBody;
AcDbAssocArrayModifyActionBody.h
AcDbAssocArrayModifyActionBody is an associative action which modifies or overrides items of an associative array. In general, this class and its derived classes manage item specific modifications on an associative array. In particular, this class is responsible for replacing some items with a set of source objects.
This class may be derived to support any modification action specific to array items.
Deriving from this class is not supported.