All Frameworks  Class Hierarchy  This Framework  Next  Indexes

ENOVDesktopDocument Interface CATIEnovCreateUE

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

Usage: you can freely reimplement this interface.


interface CATIEnovCreateUE

Interface to CreateUserExit.
Role: Interface for using CreateUserExit.


Method Index


o CleanUp()
Cleans up UserExit settings.
o CleanUp(CATIAVPMDocumentMaster*&)
Cleans up UserExit settings on the document.
o GetDocAttributes(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,CATListOfCATUnicodeString&,CATListOfCATUnicodeString&)
Retrieves the attributes of a document.

Methods


o CleanUp
public virtual HRESULT CleanUp()= 0
Cleans up UserExit settings.
o CleanUp
public virtual HRESULT CleanUp(CATIAVPMDocumentMaster*& oMaster) = 0
Cleans up UserExit settings on the document.
Parameters:
oMaster
The document master object
o GetDocAttributes
public virtual HRESULT GetDocAttributes(CATUnicodeString& oDocId,
CATUnicodeString& oDocTitle,
CATUnicodeString& oDocDesc,
CATUnicodeString& oDocType,
CATListOfCATUnicodeString& oDocClassfield,
CATListOfCATUnicodeString& oKeywordsList) = 0
Retrieves the attributes of a document.
Parameters:
oDocId
The document ID
oDocTitle
The document name
oDocDesc
The document description
oDocType
The document type
oDocClassfield
The list of document classification
oKeywordsList
The list of document keywords

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

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