Visavi Visual OPC .NET  

IOpcGroup Interface

Represents a group that exists in the connected OPC Server.

For a list of all members of this type, see  IOpcGroup Members.

System.Object
   Visavi.Opc.Client.IOpcGroup

[Visual Basic]
 Public
   Interface IOpcGroup
[C#]
 public interface IOpcGroup
[C++]
 public __gc __interface
   IOpcGroup
[JScript]
public interface IOpcGroup

Remarks

The IOpcGroup interface represents a group that has been added to the OPC Server through a call to the IOpcGroup.Groups.Add() method. This interface may then be used to add items through the Items property. Then connect to the ItemRuntimeChange event to receive all data changes to the active items that had been added to this group. To stop receiving the events, set the Active property to false.

Requirements

Namespace: Visavi.Opc.Client

Platforms:  Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Visavi.Opc.Client

See Also

IOpcGroup Members | Visavi.Opc.Client Namespace