All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface 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 CreateActivityRootCont( iDoc,
oActivityRootCont)
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

Copyright © 2003, Dassault Systèmes. All rights reserved.