ScrImportComponentFile
| Imports a specified component file (*.cmp) | |
| UI Command: | Import > Component File. |
| Syntax: | obj.ScrImportComponentFile(<cmpBstr>)
|
| Parameters: |
BSTR cmpBstr (file path) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrImportComponentFile("C:/ComponentFiles/design1.cmp") |
| IPY Example: |
|