Scope: Schematic editor
Object: ProjectData Object
Prerequisites: None
Returns the path of the PCB file for a given design.
ProjectData.GetPCBDesignPath(ByVal siCDBDesign As String, ByVal resolveSoftPrefix As Boolean) As String
The design name.
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.
As String. A string containing the path to the PCB file.