'Declaration <DescriptionAttribute("A value indicating whether absolute values should be used.")> <DefaultValueAttribute(False)> Public Property UseAbsoluteValues As Boolean
[Description("A value indicating whether absolute values should be used.")] [DefaultValue(False)] public bool UseAbsoluteValues { get; set; }
[Description("A value indicating whether absolute values should be used.")] [DefaultValue(False)] public: __property bool get_UseAbsoluteValues(); public: __property void set_UseAbsoluteValues(
bool value
);
[Description("A value indicating whether absolute values should be used.")] [DefaultValue(False)] public:
property bool UseAbsoluteValues { bool get(); void set(bool value); }
Property Value
True - the command must get absolute values from image spectrum values before the visualization;
false - the command must not change the image spectrum before the visualization. Default value is false.
false - the command must not change the image spectrum before the visualization. Default value is false.