All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---ENOVIExOutputer
Usage: you can freely reimplement this interface.
interface ENOVIExOutputer
Description of the ENOVIExOutputer Interface.
Role: This interface must be re-implemented when a new Import/Export
outputer component need to be defined. These components enable to save data
in an external repository. For example, you may want to import data to ENOVIA V5
and save some information in a STEP-21 file. For the export, the basic outputer
will the save the exported data into a STEP-21 file.
public virtual HRESULT CreateTarget( | const CATListOfCATUnicodeString& | i_ArgLst, |
CATIContainer_var& | exContner) = 0 |
public virtual HRESULT Save( | const CATListOfCATUnicodeString& | i_ArgLst, |
const CATIContainer_var& | exContner) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.