Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTimeRule.MergeDuplicatedItems Property

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFTimeRule.MergeDuplicatedItems Property
When the same event is generated by multiple time rules, should we merge them? An event is considered the same if its start and end times are the same.

Namespace:  OSIsoft.AF.Time
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public bool MergeDuplicatedItems { get; set; }
Public Property MergeDuplicatedItems As Boolean
	Get
	Set

Dim instance As AFTimeRule
Dim value As Boolean

value = instance.MergeDuplicatedItems

instance.MergeDuplicatedItems = value
public:
property bool MergeDuplicatedItems {
	bool get ();
	void set (bool value);
}
member MergeDuplicatedItems : bool with get, set

Property Value

Type: Boolean

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in