All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVDDManager Interface ENOVITOCMaster

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

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


interface ENOVITOCMaster

Interface for ENOVITOCMaster.
Role: This interface defines methods on ENOVITOCMaster.


Method Index


o IsSheetNumUsed(long,boolean&)
Checks whether a sheet number has been used in this TOC.
o calculateSheetIndex(long&)
Calculates the Sheet Index for this TOC.
o createNewTOCVer(ENOVITOCVersion_var,ENOVITOCVersion_var&)
Creates a new TOC version.
o versionTOC(ENOVITOCVersion_var,ENOVITOCVersion_var&)
Creates a new version without copying links.
o versionTOCLink(ENOVITOCVersion_var,ENOVITOCVersion_var&)
Copys all sheet links from old TOCVersion to a new TOCVersion.

Methods


o IsSheetNumUsed
public virtual HRESULT IsSheetNumUsed(long iSheetNum,
boolean& oNumIsUsed) = 0
Checks whether a sheet number has been used in this TOC.
Parameters:
iSheetNum
The hseet number
oNumIsUsed
The result boolean value
o calculateSheetIndex
public virtual HRESULT calculateSheetIndex(long& oNewSheetIndex) = 0
Calculates the Sheet Index for this TOC.
Parameters:
oNewSheetIndex
The sheet index number The result boolean value
o createNewTOCVer
public virtual HRESULT createNewTOCVer(ENOVITOCVersion_var iTOCVersion,
ENOVITOCVersion_var& oTOCVersion)=0
Creates a new TOC version.
Parameters:
iTOCVersion
The old TOC version
oTOCVersion
The new TOC version
o versionTOC
public virtual HRESULT versionTOC(ENOVITOCVersion_var iTOCVersion,
ENOVITOCVersion_var& oTOCVersion)=0
Creates a new version without copying links.
Parameters:
iTOCVersion
The old TOC version
oTOCVersion
The new TOC version
o versionTOCLink
public virtual HRESULT versionTOCLink(ENOVITOCVersion_var iTOCVersion,
ENOVITOCVersion_var& ioTOCVersion)=0
Copys all sheet links from old TOCVersion to a new TOCVersion.
Parameters:
iTOCVersion
The old TOC version
ioTOCVersion
The new TOC version

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

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