AnalysisResultSchema.SetUnits
Description:
Sets names and multipliers of all units for result visualization
Sets names and multipliers of all units for result visualization
public void SetUnits(
IList<string> names,
IList<double> multipliers
)
-
IList<String>namesUnit names for all units (e.g., "Lb" and "Kg")
-
IList<Double>multipliersNumerical coefficients mapped to unit names. They adjust measurement values shown in the legend and display (e.g., 1.0 and 0.451 - if actual measurements are in Lb)
-
A non-optional argument was null
-
names is zero-length or contains duplicate or empty names -or- multipliers contains non-positive numbers, or its length is not equal to the length of names
No comments yet. Start the discussion.
Loading…