All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface 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 IsFormatAccessible( | const | iFormat, |
| | oAccessible) |
-
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 RetrieveAccessibleFormat( | const | iDocRev, |
| | oFormat) |
-
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