Difference between revisions of "Extensions.DiagConfiguration.GetActiveProjectVersion"
Jump to navigation
Jump to search
(Created by Ngoc Tran.) |
(Edited by Ngoc Tran.) |
||
Line 10: | Line 10: | ||
== Description == | == Description == | ||
Returns the version of the active project as an [[String|otx:String]]. If no project is active the returned [[String]] is empty. | Returns the version of the active project as an [[String|otx:String]]. If no project is active the returned [[String]] is empty. | ||
+ | {{Note|The appropriate MVCI system operation is MCDDbProject::getVersion();}} | ||
{{TermReturnValue| [[String]] | The version of the active project as an [[String|otx:String]]. }} | {{TermReturnValue| [[String]] | The version of the active project as an [[String|otx:String]]. }} |
Latest revision as of 09:24, 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.
![]()
The appropriate MVCI system operation is MCDDbProject::getVersion();
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 |