OTX Reference  
OpenTestSystem.Otx.Extensions.DiagConfiguration.Terms.GetDbVehicleInformationList Class Reference

Gets all vehicle information short names of the project More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagConfiguration.Terms.GetDbVehicleInformationList:
Inheritance graph

Additional Inherited Members

- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets all vehicle information short names of the project

The GetDbVehicleInformationList term returns a list of strings with all vehicle information short names of the project. If no project is selected, the returned String is empty. A selected project can have a empty vehicle information list.

Note
The appropriate MVCI system operation is MCDDbProject::getDbVehicleInformations::getItemByIndex::GetShortName.
Syntax
ListTerm = DiagConfiguration.GetDbVehicleInformationList();
Examples
// Local Declarations
List<String> List1;
// Flow
List1 = DiagConfiguration.GetDbVehicleInformationList();
ListTerm = DiagConfiguration.GetDbVehicleInformationList();
Examples
// Local Declarations
List<String> List1;
// Flow
List1 = DiagConfiguration.GetDbVehicleInformationList();