<Code Lib>
2026 Method
Changes 0
M

AnalysisResultSchema.SetUnits

Description:
Sets names and multipliers of all units for result visualization

public void SetUnits(
	IList<string> names,
	IList<double> multipliers
)

  • IList<String>
    names
    Unit names for all units (e.g., "Lb" and "Kg")
  • IList<Double>
    multipliers
    Numerical 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)

Loading…