Difference between revisions of "Extensions.DiagConfiguration.GetActiveProjectVersion"
Jump to navigation
Jump to search
(Created by Ngoc Tran.) |
(No difference)
|
Revision as of 09:18, 14 October 2019
Contents
Classification
Name | GetActiveProjectVersion |
Short Description | Returns the version of the active project as an otx:String. |
Class | Term |
Extension | OTX DiagConfiguration extension |
Group | DiagConfiguration related Terms |
Exceptions | |
Checker Rules | |
Standard Compliant | Yes |
OTL Syntax
StringTerm DiagConfiguration.GetActiveProjectVersion();
Description
Returns the version of the active project as an otx:String. If no project is active the returned String is empty.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The version of the active project as an otx:String. |
Properties
None
OTL Examples
/// Local Declarations
String String1;
/// Flow
String1 = DiagConfiguration.GetActiveProjectVersion();
See also
SelectProject | |
SelectVehicleInformation | |
GetActiveProject | |
GetActiveVehicleInformation | |
GetDbProjectList | |
GetDbVehicleInformationList |