Scope: Schematic editor
Object: Application Object
Prerequisites: None
Creates a new Xpedition Designer project. The new project folder must not already exist.
Application.NewProject(ByVal ProjectPath As String, ByVal CentralLibraryPath As String, ByVal ServerName As String, ByVal ProjectTemplatePath As String) As Boolean
Specifies the full path to the new project file. Use the format: ..\projectname\projectname.prj
Specifies the full path to the central library.
Specifies the iCDB server name or IP address. For a local machine, an empty string could be passed.
Specifies the path to and name of the project file template. If this argument is an empty string, the default template is used.
As Boolean. Returns True if a new project was successfully created; False otherwise.