QuickOPC User's Guide and Reference
ReadIntervalAggregateWindowSize Property (_DAAutoSubscribingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAAutoSubscribingParameters Interface : ReadIntervalAggregateWindowSize Property
The size of the window use by the read interval aggregate.
Syntax
'Declaration
 
Property ReadIntervalAggregateWindowSize As Integer
'Usage
 
Dim instance As _DAAutoSubscribingParameters
Dim value As Integer
 
instance.ReadIntervalAggregateWindowSize = value
 
value = instance.ReadIntervalAggregateWindowSize
int ReadIntervalAggregateWindowSize {get; set;}
property int ReadIntervalAggregateWindowSize {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also