All Frameworks Class Hierarchy This Framework Previous Next Indexes
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 libContainingInterfaceImplementationwhere MyContainerType is the third argument of the CATCreateApplicativeContainer global function.
Copyright © 2003, Dassault Systèmes. All rights reserved.