Class Hierarchy
AcRxObject AcRxService AcRxKernel
C++
class AcRxKernel : public AcRxService;
File
rxkernel.h
Description
There is only one object of this class present in the ObjectARX system. Its purpose is to provide the ability to instantiate AcRxDictionary objects.
Note
Ideally this class would not be needed; that is, one should be able to instantiate an AcRxDictionary directly. This class exists for historic reasons and a more direct route will likely be provided in the future.
Links
See Also
AcRxDictionary