GetPCBDesignPath Method (ProjectData Object)

Scope: Schematic editor

Object: ProjectData Object

Prerequisites: None

Returns the path of the PCB file for a given design.

Usage

ProjectData.GetPCBDesignPath(ByVal siCDBDesign As String, ByVal resolveSoftPrefix As Boolean) As String

Arguments

siCDBDesign

The design name.

resolveSoftPrefix

This argument determines if soft prefixes must be replaced by explicit file path values. The value of this argument can be either True or False.

Return Values

As String. A string containing the path to the PCB file.