Constructor (string, string)

Initializes a new instance of the AnalyserProject class for a particular variant. This requires an existing XJTAG project file to be saved as an xjd or xjp file.

Type: AnalyserProject

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public AnalyserProject(string path, string variantName)

Parameters

path

Type: string

The path to the existing XJTAG project - either an xjd, xjp or xje project file.

variantName

Type: string

Then name of the variant to be loaded from the xjd or xjp file.

Exceptions

System.ArgumentException

path contains invalid characters

System.ArgumentNullException

path is null

ProjectException

the project was unable to be opened or it contains errors

Remarks

An XJAnalyser licence is required to open projects using this constructor.