All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

FittingInterfaces Interface CATISiShuttleFactory

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

Usage: you must use this class as is. You should never derive it.


interface CATISiShuttleFactory

Interface to implement factory usede in order to build shuttle objects.


Method Index


o CreateShuttle(CATUnicodeString,CATISiList_var)
Creates and returns a new CATISiShuttle object.

Methods


o CreateShuttle
public virtual CATISiShuttle_var CreateShuttle(CATUnicodeString iName,
CATISiList_var iList=NULL_var) const=0
Creates and returns a new CATISiShuttle object.
Parameters:
iName
The name of the shuttle
iList
A list of objects used by the shuttle.
Returns:
A newly created shuttle.

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

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