All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATFunctSystemItf.CATIFunctElement | +---CATFunctSystemItf.CATIFunctPosition | +---CATIFunctObject
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFunctObject
Describe the functionality of your interface here
Using this prefered syntax will enable mkdoc to document your class.
public virtual HRESULT GetFacet( | CATIFunctFacetMgr* | iFM, | |
CATIFunctFacet*& | oFacet, | ||
CATBoolean | iCreateIfNecessary | = TRUE )= 0 |
public virtual HRESULT GetFacetByName( | const CATUnicodeString& | iName, | |
CATIFunctFacet*& | oFacet, | ||
CATBoolean | iCreateIfNecessary | = TRUE )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.