All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectSpecsModeler Interface CATIOsmVolatileContainer

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

Usage: you can freely reimplement this interface.


interface CATIOsmVolatileContainer

Prohibits to stream an applicative container.
Role: This interface enables you to declare that your applicative container will be not saved during a save operation. Implementing this interface on your container, will make all its features non-persistent.
Implement this interface, and do not forget to add the following line in your interface dictionary:

   MyContainerType CATIOsmVolatileContainer libContainingInterfaceImplementation
 
where MyContainerType is the third argument of the CATCreateApplicativeContainer global function.



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

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