Description

Import settings from another identity.

Return Type

None  

Syntax

object.Import SourceIdentity, [WhatToImport]

The Import Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIdentity.
SourceIdentityRequired. A Variant value.

The identity to import from identified by its name, index or object.

WhatToImportOptional. A mcIdentityImport enumeration, as described in settings.

Select which settings to import.

Settings

The settings for WhatToImport are:

ConstantValueDescription
 mciiImportSettings1

Import settings from the other identity.

 mciiImportMenus2

Make a copy of the other identity's current menus.

 mciiImportLayout4

Make a copy of the other identity's current window layout.

 mciiImportProject8

Make a copy of the other identity's project.

 mciiShareMenus16

Use the other identity's menu file.

 mciiShareProject32

Use the other identity's project file.

 mciiImportDefault39