All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ElecFunctionalItf Interface CATIEfdFactory

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

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


interface CATIEfdFactory

Interface used on the root container to create electrical system.
Role: This interface allows electrical system creation.


Method Index


o CreateEfdSystem(wchar_t*,CATIEfdSystem**)
Creates system object.
o ListEfdSystem(CATIEfdSystem**)
Retrieves system objects.

Methods


o CreateEfdSystem
public virtual HRESULT CreateEfdSystem( const wchar_t* iObjectId,
CATIEfdSystem** ioSystem) =0
Creates system object.
Parameters:
iObjectId
system user identifier
ioSystem
the electrical system object created
Legal values: NULL
o ListEfdSystem
public virtual HRESULT ListEfdSystem(CATIEfdSystem** oSystem) = 0
Retrieves system objects.
Parameters:
oSystem
the electrical system object

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

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