All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface ENOVIIntrospecNeededUE

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

Usage: you can freely reimplement this interface.


interface ENOVIIntrospecNeededUE

Interface to check whether introspection is needed on the document iteration being saved.
Role: The implementation of this interface provides the ability to restrict the document iteration from being added into the introspection queue. The interface is called during Save Session for all iterations potentially needing introspection.


Method Index


o isIntrospecNeededUE(CATIVpmFactoryObject_var&,CATBoolean&)
Checks whether introspection is needed on the iteration.

Methods


o isIntrospecNeededUE
public virtual HRESULT isIntrospecNeededUE( const CATIVpmFactoryObject_var& Iteration,
CATBoolean& oreturnCode) = 0
Checks whether introspection is needed on the iteration.
Parameters:
Iteration
The document iteration object - input parameter
oreturnCode
Boolean Value - output parameter, if true introspection will be performed, if false it will be skipped for the input iteration
Returns:
S_OK if successful, E_FAIL otherwise

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

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