Extensions.DiagConfiguration.GetActiveProject

From emotive
Jump to navigation Jump to search

Classification

Name GetActiveProject
Short Description Returns the short name of the active project.
Class Term
Extension OTX DiagConfiguration extension
Group DiagConfiguration related Terms
Exceptions
Checker Rules
Standard Compliant Yes

OTL Syntax

StringTerm DiagConfiguration.GetActiveProject();

Description

Returns the short name of the active project. If no project is active the returned String is empty.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
String The short name of the active project.

Properties

None

OTL Examples

	/// Local Declarations

	String String1;
	
	/// Flow

	String1 = DiagConfiguration.GetActiveProject();

See also

SelectProject
SelectVehicleInformation
GetActiveProjectVersion
GetActiveVehicleInformation
GetDbProjectList
GetDbVehicleInformationList