All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATIVpmUEActionFlow

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

Usage: you can freely reimplement this interface.


interface CATIVpmUEActionFlow

Basic interface for ActionFlow user-exits


Method Index


o Run(CATListOfCATUnicodeString&)
The method which has to be implemented to run the user-exit.

Methods


o Run
public virtual HRESULT Run(CATListOfCATUnicodeString& ioList) = 0
The method which has to be implemented to run the user-exit.
Parameters:
ioList
May hold the parameters to be passed to the user-exit, and returned values as well. VPMObjectPool is used to transfer other parameters.

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

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