Share

acrxSysRegistry

C++

ACBASE_PORT AcRxDictionary* acrxSysRegistry();

File

rxdict.h

Description

Returns a pointer to the ObjectARX system dictionary. The system dictionary contains all the system objects such as the AcRxDynamicLinker object, the AcTransactionManager object, the AcEditor object, the ObjectARX services dictionary, the dictionary of AcRxClass objects that make up the ObjectARX run-time class tree, etc.

Normally ObjectARX programs do not need to explicitly use this function. Instead they use one of the global object access macros such as acedRegCmds or acrxServiceDictionary, which encapsulate a call to this function.

Was this information helpful?