udbMetricValue

Description

Returns the value of the specified entity metric.

Syntax

#include “udb/udb.h” 
 float udbMetricValue(UdbEntity entity, 
                       UdbMetric metric) 

Arguments

Argument
Description
UdbEntity entity
Specify the entity for which a metric value should be returned.
UdbMetric metric
Specify the metric for which a value should be returned

Return Values

Return Value
Description
float
Value of specified metric returned as a real number value.

Example Usage

metricValue = udbMetricValue(entity, metric); 

See Also

udbMetricValueProject


Scientific Toolworks, Inc.
http://www.scitools.com