All Frameworks Class Hierarchy This Framework Previous Next Indexes
ENOVDDManager Interface ENOVIIterationFormat
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---ENOVIIterationFormat
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVIIterationFormat
Interface for ENOVIIterationFormat.
Role: This interface defines methods on ENOVIIterationFormat object.
Method Index
- o
get_DocFile(ENOVIDocumentFile_var&)
- This method retrieves the document file of this format.
- o
get_IterationFromFormat(ENOVIDocumentIteration_var&)
- Retrieves the iteration that this format belongs to.
- o
remove(int)
- Removes this format.
Methods
o get_DocFile
public virtual HRESULT get_DocFile( | ENOVIDocumentFile_var& | oDocFile)=0 |
-
This method retrieves the document file of this format.
- Parameters:
-
- oDocFile
- The document file object.
- Returns:
- S_OK if successful. E_FAIL in case of error.
o get_IterationFromFormat
public virtual HRESULT get_IterationFromFormat( | ENOVIDocumentIteration_var& | oDocIteration)=0 |
-
Retrieves the iteration that this format belongs to.
- Parameters:
-
- oDocIteration
- The iteration object
o remove
public virtual void remove( | int | iForCloseContext | =0)=0 |
-
Removes this format.
- Parameters:
-
- iForCloseContext
- The parameter
This object is included in the file: ENOVIIterationFormat.h
If needed, your Imakefile.mk should include the module: VX0DDMNG