All Frameworks Class Hierarchy This Framework Indexes
ENOVDesktopDocumentBOCmds Interface 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 put_DocDomain( | const | domain) |
-
Set keyword list value.
- Parameters:
-
- keywordsList
- The input keywordsList values.
- Returns:
- S_OK.
o put_Doc_classfield
| public virtual put_Doc_classfield( | const | Doc_classfield) |
-
Set class field value.
- Parameters:
-
- Doc_classfield
- The input class field values.
- Returns:
- S_OK.
o put_Doc_type
| public virtual put_Doc_type( | const | Doc_type) |
-
Set Doc_type value.
- Parameters:
-
- Doc_type
- The input Doc_type.
- Returns:
- S_OK.
o put_keywordsList
| public virtual put_keywordsList( | const | keywordsList) |
-
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