Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.IVehicle Interface Reference

Representation of a vehicle in GREET More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IVehicle:
Greet.DataStructureV3.Interfaces.IXmlObj Greet.DataStructureV3.Entities.Vehicle

Properties

int BaseEmissionVehicleId [get, set]
 The base vehicle for emissions More...
 
int BaseMpgVehicleId [get, set]
 The base vehicle for energy consumption More...
 
bool CalulatedCorrectly [get]
 True if the calculations for that vehicle where correclty done More...
 
int Id [get, set]
 Unique ID for this vehicle among the vehicles More...
 
string Name [get, set]
 Name for this vehicle as it is going to show on the graphical interface More...
 
Dictionary< string, IVehicleModeOperatingModes [get]
 Returns a IEnumberable of the different vehicle operating modes usually modes types are "cd" or "cs" More...
 
string PictureName [get, set]
 Image Name that represents the Vehicle More...
 

Additional Inherited Members

- Public Member Functions inherited from Greet.DataStructureV3.Interfaces.IXmlObj
void FromXmlNode (IData data, XmlNode node)
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 

Detailed Description

Representation of a vehicle in GREET

Property Documentation

int Greet.DataStructureV3.Interfaces.IVehicle.BaseEmissionVehicleId
getset

The base vehicle for emissions

int Greet.DataStructureV3.Interfaces.IVehicle.BaseMpgVehicleId
getset

The base vehicle for energy consumption

bool Greet.DataStructureV3.Interfaces.IVehicle.CalulatedCorrectly
get

True if the calculations for that vehicle where correclty done

int Greet.DataStructureV3.Interfaces.IVehicle.Id
getset

Unique ID for this vehicle among the vehicles

string Greet.DataStructureV3.Interfaces.IVehicle.Name
getset

Name for this vehicle as it is going to show on the graphical interface

Dictionary<string,IVehicleMode> Greet.DataStructureV3.Interfaces.IVehicle.OperatingModes
get

Returns a IEnumberable of the different vehicle operating modes usually modes types are "cd" or "cs"

string Greet.DataStructureV3.Interfaces.IVehicle.PictureName
getset

Image Name that represents the Vehicle


The documentation for this interface was generated from the following file: