All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgCatalogFactories
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgCatalogFactories
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgCatalogFactories
Interface to manage manufacturing factories.
Role: CATIMfgCatalogFactories has methods to
manage manufacturing catalog factories.
Method Index
- o
CreateActivityRootCont(CATDocument*&,CATIContainer_var&)
- Create the manufacturing activity container.
Methods
o CreateActivityRootCont
public virtual HRESULT CreateActivityRootCont( | CATDocument*& | iDoc, |
| CATIContainer_var& | oActivityRootCont)=0 |
-
Create the manufacturing activity container.
Role: CreateActivityRootCont creates
the manufacturing activity container
Usage:
CATIMfgCatalogFactories *piFact=NULL;
CATString ClassName("CATMfgCatalogFactories");
CATIInstanciateComponent (ClassName,
CATIMfgCatalogFactories::ClassId(),
piFact);
.....................
HRESULT Res = piFact->CreateActivityRootCont (iDoc,oActivityRootCont);
- Parameters:
-
- iDoc
- Document in which you want to create the activity container
- oActivityRootCont
- The manufacturing activity container.
This object is included in the file: CATIMfgCatalogFactories.h
If needed, your Imakefile.mk should include the module: MfgItfEnv