C++
HRESULT AXAUTOEXP AcAxGetExtensionDictionary( AcAxObjectRef& objRef, LPDISPATCH pAppDisp, IAcadDictionary** pExtDictionary );
File
axboiler.h
Description
Gets the extension dictionary for the specified object.
This function supports only database resident objects and returns an error if invoked on a non-database-resident object. Otherwise, except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.
Parameters
Parameters | Description |
---|---|
objRef | Input object reference of object for which to get the extension dictionary |
pAppDisp | IDispatch of the Application object being used |
pExtDictionary | Output extension dictionary |