Click or drag to resize
SoDataMeasureResultFormats Enumeration

The "result format" is the type of the output of a measure computation.

Namespace: OIV.ImageViz.Nodes.Measures
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ResultFormats
Members
  Member nameValueDescription
INT0
FLOAT1
STRING2
INT643
UINT644
DOUBLE5
Remarks

It can be an integer value, a floating value, or a string. This gives to the user of the VpSpreadSheet class which method must be called to retrieve the measure result, getValueAsInt, getValueAsFloat, or getValueAsString. Calling another method than the right value accessor will result in a InvalidCallException.

See Also