Class Hierarchy
IRetrieveApplication IRetrieveApplicationImpl
C++
class IRetrieveApplication : public IUnknown;
File
axboiler.h
Description
This interface is used to set and get an Application object. Following the ActiveX Automation guideline, every object in an ActiveX Automation object model must expose an Application property. This property returns the top level Application object. Since AcDb COM wrapper objects can be hosted in different applications, they use the Application object set through this interface to implement their Application property. Every native AcDb COM wrapper object implements this interface. For developers who implement COM support for their custom AcDb objects, we strongly recommend this interface be implemented on their COM wrapper objects.
Remarks
There is a default template class, called IRetrieveApplicationImpl, that implements this interface. See the file axtempl.h.