All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---System.CATBaseDispatch
|
+---System.CATIABase
|
+---ENOVInterfaces.ENOVIABusinessObject
|
+---ENOVInterfaces.ENOVIABOVersionMaster
|
+---ENOVIABODocumentTOC
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVIABODocumentTOC
Interface to define a document TOC object as a Business Object.
Role : Document TOC represents a multi-sheet document. TOC by itself acts like one document
that links to many sheet documents.
As it is a kind of VersionMaster object, a TOC is versionnable.
| public virtual HRESULT __stdcall get_AllSheets( | CATListPtrENOVIABO*& | oSheets)=0 |
| public virtual HRESULT __stdcall get_SheetByNum( | const long | iSheetNumber, |
| ENOVIABusinessObject_var& | oSheets)=0 |
| public virtual HRESULT __stdcall get_TotalSheetCount( | long& | oTotalNumber)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.