Extensions.DiagConfiguration.GetDbProjectList

From emotive
Jump to navigation Jump to search

Classification

Name GetDbProjectList
Short Description Returns the Project short names as list of strings.
Class Term
Extension OTX DiagConfiguration extension
Group DiagConfiguration related Terms
Exceptions
Checker Rules
Standard Compliant Yes

OTL Syntax

ListTerm DiagConfiguration.GetDbProjectList();

Description

Returns the Project short names as list of strings.

Icons Note.png The appropriate MVCI system operation is MCDSytem::getDbProjectDescriptions::getItemByIndex::getShortName.

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
List<String> The Project short names as list of strings.

Properties

None

OTL Examples

	/// Local Declarations

	List<String> List1;
	
	/// Flow

	List1 = DiagConfiguration.GetDbProjectList();

See also

SelectProject
SelectVehicleInformation
GetActiveProject
GetActiveProjectVersion
GetActiveVehicleInformation
GetDbVehicleInformationList