Class Hierarchy
AcRxObject AcDbAssocPersSubentIdPE
C++
class AcDbAssocPersSubentIdPE : public AcRxObject;
File
AcDbAssocPersSubentIdPE.h
Description
This AcRx protocol extension is a pure virtual base class that defines the protocol for obtaining a persistent AcDbAssocPersSubentId from a transient AcDbSubentId. It also adds subentity queries and manipulation protocols not available in the AcDbEntity class proper so that the client code can manipulate subentities of entities.
The derived concrete classes implement this protocol for the individually derived AcDbEntity classes.