All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIFunctObjects
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFunctObjects
The interface to access the functional objects of a system.
| public virtual HRESULT Create( | const CATUnicodeString& | iName, |
| CATIFunctObject*& | oObject)= 0 |
| public virtual HRESULT CreateProxy( | const CATUnicodeString& | iName, |
| CATIFunctDescription* | iDesc, | |
| CATIFunctObjectProxy*& | oObject)= 0 |
| public virtual HRESULT Delete( | CATBaseUnknown* | iObject)= 0 |
| public virtual HRESULT GetListOfObjects( | CATLISTV(CATBaseUnknown_var)& | ioLst)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.