All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVDesktopDocumentBOCmds Interface ENOVIAVDADocCreate

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATBaseDispatch
        |
        +---System.CATIABase
          |
          +---VPMDesktopObjects.CATIAVPMVDACommand
            |
            +---VPMDesktopObjects.CATIVPMVDAModify
              |
              +---VPMDesktopObjects.CATIAVPMVDACreate
                |
                +---ENOVIAVDADocCreate
 

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


interface ENOVIAVDADocCreate

Interface to Create a document.
Role : This interface is used to set attribute values to create a document. It extends the CATIAVPMVDACreate. So all the methods of CATIAVPMVDACreate are valid.

See also:
CATIAVPMVDACreate


Method Index


o put_DocDomain(CATUnicodeString&)
Set keyword list value.
o put_Doc_classfield(CATListOfCATUnicodeString&)
Set class field value.
o put_Doc_type(CATUnicodeString&)
Set Doc_type value.
o put_keywordsList(CATListOfCATUnicodeString&)
Set keyword list value.

Methods


o put_DocDomain
public virtual HRESULT __stdcall put_DocDomain( const CATUnicodeString& domain)=0
Set keyword list value.
Parameters:
keywordsList
The input keywordsList values.
Returns:
S_OK.
o put_Doc_classfield
public virtual HRESULT __stdcall put_Doc_classfield( const CATListOfCATUnicodeString& Doc_classfield)=0
Set class field value.
Parameters:
Doc_classfield
The input class field values.
Returns:
S_OK.
o put_Doc_type
public virtual HRESULT __stdcall put_Doc_type( const CATUnicodeString& Doc_type)=0
Set Doc_type value.
Parameters:
Doc_type
The input Doc_type.
Returns:
S_OK.
o put_keywordsList
public virtual HRESULT __stdcall put_keywordsList( const CATListOfCATUnicodeString& keywordsList)=0
Set keyword list value.
Parameters:
keywordsList
The input keywordsList values.
Returns:
S_OK.

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

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