AFCompoundPartition(T1, T2) Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Constructs a partition that is the intersection of partitions from two different fields.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCompoundPartition( T1 primaryPartition, T2 secondaryPartition )
Public Sub New ( primaryPartition As T1, secondaryPartition As T2 ) Dim primaryPartition As T1 Dim secondaryPartition As T2 Dim instance As New AFCompoundPartition(primaryPartition, secondaryPartition)
public: AFCompoundPartition( T1 primaryPartition, T2 secondaryPartition )
new : primaryPartition : 'T1 * secondaryPartition : 'T2 -> AFCompoundPartition