ScrExportComponentFile
|
Exports a component file (*.cmp) to be paired with an exported ANF file. |
|
| UI Command: | Export > Component File. |
| Syntax: | obj.ScrExportComponentFile <filePath> |
| Parameters: |
BSTR filePath (including extension) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrExportComponentFile("D:/Tests/testExport.cmp") |
| IPY Example: |
oDoc.ScrExportComponentFile('D:/Tests/testExport.cmp') |