This method gets the enumeration interface that is used to access information that describes a vehicle.
HRESULT IVIO_Vehicle::get_Metrics ( IVIO_EnumMetrics **ppMetric);
S_OK indicates that the vehicle metrics enumerator was retrieved successfully. E_POINTER indicates that the ppMetrics pointer is invalid.
The calling process must release the returned interface and its resources.