Extensions.DiagConfiguration.GetActiveProjectVersion

From emotive
Jump to navigation Jump to search

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.

Icons Note.png The appropriate MVCI system operation is MCDDbProject::getVersion();

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 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