StartMigration Method (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Allows you to perform a project migration from EXP2005.1 to EXP 2007.

Usage

Application.StartMigration(ByVal ProjectPath As String, ByVal CentralLib As String) As Boolean

Arguments

ProjectPath

The path to and name of the project file (.dproj).

CentralLib

The path to and name of the central library.

Return Values

As Boolean. True - the migration was completed(success). False - the migration could not be completed (failure).