Description
Import settings from another identity.
-
Return Type
-
None
-
Syntax
-
object.Import SourceIdentity, [WhatToImport]
The Import Method syntax has these parts: |
| object | An expression evaluating to an object of type McIdentity. | | SourceIdentity | Required. A Variant value. The identity to import from identified by its name, index or object.
| | WhatToImport | Optional. A mcIdentityImport enumeration, as described in settings. Select which settings to import.
| Settings The settings for WhatToImport are:
 | mciiImportSettings | 1 |
Import settings from the other identity.
|
 | mciiImportMenus | 2 |
Make a copy of the other identity's current menus.
|
 | mciiImportLayout | 4 |
Make a copy of the other identity's current window layout.
|
 | mciiImportProject | 8 |
Make a copy of the other identity's project.
|
 | mciiShareMenus | 16 |
Use the other identity's menu file.
|
 | mciiShareProject | 32 |
Use the other identity's project file.
|
 | mciiImportDefault | 39 | |
|