Click or drag to resize

MetadataPriority Enumeration

SingleBeforeLists designates that specific values in Variables override average values from lists in VariablesToSplit and vice versa

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public enum MetadataPriority
Members
Member nameValueDescription
SingleBeforeLists0 The single metadata values will overwrite the averages from the lists.
ListsBeforeSingle1 The average values from the list will overwrite individual metadata values.
See Also