All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVDDManager Interface ENOVIDocumentInterface

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

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface ENOVIDocumentInterface


Interface for ENOVIDocumentInterface implementation.


Role: This interface is implemented by document revision and TOC version in ENOVDDManager/VX0DDMG.m.


Method Index


o IsTOC(CATBoolean&)
Check if this object (revision or TOCVersion) is a TOC.
o get_MIMEType(CATListOfCATUnicodeString&)
On TOC version, this method retrieve all the MimeTypes of its sheets.

Methods


o IsTOC
public virtual HRESULT IsTOC(CATBoolean& isTOC)=0
Check if this object (revision or TOCVersion) is a TOC.
Parameters:
isTOC
Returned the IsTOC boolean value
Returns:
S_OK in case of success, E_FAIL in case of error.
o get_MIMEType
public virtual HRESULT get_MIMEType(CATListOfCATUnicodeString& oTypes)=0
On TOC version, this method retrieve all the MimeTypes of its sheets. On a document revision, this method retrieves its MimeType of its primary format.
Parameters:
oTypes
Returned the MIMEType of a Revision or list of MIMETypes of all Sheets in a TOC
Returns:
S_OK in case of success, E_FAIL in case of error.

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

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