'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether normalization should be used.")> Public Property UseNormalization As Boolean
[DefaultValue(True)] [Description("A value indicating whether normalization should be used.")] public bool UseNormalization { get; set; }
[DefaultValue(True)] [Description("A value indicating whether normalization should be used.")] public: __property bool get_UseNormalization(); public: __property void set_UseNormalization(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether normalization should be used.")] public:
property bool UseNormalization { bool get(); void set(bool value); }
Property Value
True - the command must normalize image spectrum before the visualization;
false - the command must not change the image spectrum before the visualization. Default value is true.
false - the command must not change the image spectrum before the visualization. Default value is true.