All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgResourceFactory

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgResourceFactory
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgResourceFactory

Interface to create manufacturing resources.


Method Index


o CreateResource(CATUnicodeString&,CATBaseUnknown_var&,boolean)
This method is used to create a new manufacturing resource.

Methods


o CreateResource
public virtual HRESULT CreateResource( const CATUnicodeString& iType,
CATBaseUnknown_var& oResource,
const boolean iAddList=TRUE) const = 0
This method is used to create a new manufacturing resource.
Parameters:
iType
The type of the resource to create.
iAddList
Flag to add the resource into the resource List.
oResource
Handler on the newly created resource of given type.
See also:
CATIMfgResource

This object is included in the file: CATIMfgResourceFactory.h
If needed, your Imakefile.mk should include the module: MfgItfEnv

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