All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface ENOVIRetrieveAccessibleFormatUE

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

Usage: you can freely reimplement this interface.


interface ENOVIRetrieveAccessibleFormatUE

Interface to RetrieveAccessibleFormat UserExit.
Role: Interface for using RetrieveAccessibleFormat UserExit.


Method Index


o IsFormatAccessible(CATIVpmFactoryObject_var&,boolean&)
IsFormatAccessible: Returns whether or not the user is granted access to the specified format.
o RetrieveAccessibleFormat(CATIVpmFactoryObject_var&,CATIVpmFactoryObject_var&)
RetrieveAccessibleFormat: Returns the format to be used when sending the document to CATIA thru interop.

Methods


o IsFormatAccessible
public virtual HRESULT IsFormatAccessible( const CATIVpmFactoryObject_var& iFormat,
boolean& oAccessible) = 0
IsFormatAccessible: Returns whether or not the user is granted access to the specified format.
Parameters:
iFormat
Input parameter containing a document format.
oAccessible
Output parameter returning a boolean indicating if the user has privileges to the format contained in iFormat.
Returns:
S_OK if successful. E_FAIL in case of error.
o RetrieveAccessibleFormat
public virtual HRESULT RetrieveAccessibleFormat( const CATIVpmFactoryObject_var& iDocRev,
CATIVpmFactoryObject_var& oFormat) = 0
RetrieveAccessibleFormat: Returns the format to be used when sending the document to CATIA thru interop.
Parameters:
iDocRev
Input parameter containing the document revision of the document being sent to CATIA.
oFormat
Output parameter containing the format to be sent to CATIA.
Returns:
S_OK if successful. E_FAIL in case of error.

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

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