All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMSTEPExchanges Interface VPMIExMapper

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

Usage: you can freely reimplement this interface.


interface VPMIExMapper

Description of the Mapper Interface.
Role: This interface must be re-implemented when a new Import/Export mapper component needs to be defined. This component performs data mapping from/to an exchange protocol to/from ENOV_DATAX format.


Method Index


o Convert(CATIContainer_var&,CATIContainer_var&)
Starts mapping operations.

Methods


o Convert
public virtual HRESULT Convert( const CATIContainer_var& iFromContainer,
const CATIContainer_var& iToContainer)= 0
Starts mapping operations.
Role: Starts mapping Data from the input CATIcontainer to the output CATIcontainer.
Parameters:
iFromContainer
CATIContainer that contains the imput data to be mapped.
iToContainer
CATIContainer that contains the output working form where to map data from iFromContainer.

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

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