All Frameworks  Class Hierarchy  This Framework  Next  Indexes

VPMSTEPExchanges Class StdInputer

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

Usage: you can derive this class.


public class StdInputer

Description of the Standard Inputer Class.
Role: This class may be inherited when a new Import/Export inputer component needs to be defined by implementing the interface ENOVIExInputer. This component allows to close the model loaded by the inputer.


Constructor and Destructor Index


o StdInputer()
Constructor
o ~StdInputer()
Destructor

Method Index


o Close(CATIContainer_var&)
Close a data model in memory.

Constructor and Destructor


o StdInputer
public StdInputer()
Constructor
o ~StdInputer
public virtual ~StdInputer()
Destructor

Methods


o Close
public HRESULT Close( const CATIContainer_var& exContner)
Close a data model in memory.
Role: Be able to close the data model in memory to flush the memory when this model is not used anymore
Parameters:
exContner
CATIContainer that contains the model to close.

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

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